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.
1 parent 0179462 commit 53c47e5Copy full SHA for 53c47e5
.github/workflows/ci.yml
@@ -125,10 +125,11 @@ jobs:
125
name: Stopping Docker Compose
126
run: npm run docker:down
127
128
+ # "public" job will only run when merging a commit or tag.
129
+ # It does not depends on "test" because we assume it already passed pull request status checks and "test" can be unreliable at times.
130
publish:
131
needs:
132
- build
- - test
133
runs-on: ubuntu-latest
134
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/') }}
135
0 commit comments