Skip to content

Commit 53c47e5

Browse files
authored
Publish do not requires test (#91)
1 parent 0179462 commit 53c47e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ jobs:
125125
name: Stopping Docker Compose
126126
run: npm run docker:down
127127

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.
128130
publish:
129131
needs:
130132
- build
131-
- test
132133
runs-on: ubuntu-latest
133134
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/') }}
134135

0 commit comments

Comments
 (0)