Skip to content

Commit

Permalink
Temporarily suppress push on platform-with-runcmd test (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks authored Feb 7, 2023
1 parent d827517 commit 511b677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@ jobs:
imageName: ghcr.io/devcontainers/ci/tests/platform-with-runcmd
platform: linux/amd64,linux/arm64
runCmd: echo $HOSTNAME && [[ $HOSTNAME == "my-host" ]]
push: ${{ needs.build.outputs.image_push_option }}
push: never # Temporarily suppress push: https://github.com/devcontainers/ci/issues/198
# push: ${{ needs.build.outputs.image_push_option }}
eventFilterForPush: |
push
pull_request
Expand Down

0 comments on commit 511b677

Please sign in to comment.