Skip to content

Commit

Permalink
[ci] create new base image on a 'create' event
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Aug 12, 2021
1 parent 5294c3d commit f5dd19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-post-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
build_ci_base_docker_image:
needs: prepare
runs-on: ubuntu-latest-xl
if: ${{ needs.prepare.outputs.base-image-changes == 'true' && github.event_name == 'push' }}
if: ${{ needs.prepare.outputs.base-image-changes == 'true' || github.event_name == 'create' }}
continue-on-error: false
env:
DOCKERHUB_ORG: diem
Expand Down

0 comments on commit f5dd19a

Please sign in to comment.