Skip to content

Commit

Permalink
Merge pull request #51569 from Shopify/dont-push-devcontainer-image-f…
Browse files Browse the repository at this point in the history
…rom-fork

Fix devcontainer smoke test for forked repos
  • Loading branch information
rafaelfranca committed Apr 15, 2024
2 parents 778039b + 9928479 commit 6d3fd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devcontainer-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
imageName: ghcr.io/rails/smoke-test-devcontainer
cacheFrom: ghcr.io/rails/smoke-test-devcontainer
imageTag: ${{ matrix.DATABASE }}
push: ${{ github.repository_owner == 'rails' && 'filter' || 'never' }}
refFilterForPush: refs/heads/main
runCmd: bin/rails g scaffold Post && bin/rails db:migrate && bin/rails test

0 comments on commit 6d3fd5b

Please sign in to comment.