We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778039b + 9928479 commit 6d3fd5bCopy full SHA for 6d3fd5b
.github/workflows/devcontainer-smoke-test.yml
@@ -46,5 +46,6 @@ jobs:
46
imageName: ghcr.io/rails/smoke-test-devcontainer
47
cacheFrom: ghcr.io/rails/smoke-test-devcontainer
48
imageTag: ${{ matrix.DATABASE }}
49
+ push: ${{ github.repository_owner == 'rails' && 'filter' || 'never' }}
50
refFilterForPush: refs/heads/main
51
runCmd: bin/rails g scaffold Post && bin/rails db:migrate && bin/rails test
0 commit comments