Skip to content

Commit e34c357

Browse files
authored
Remove previous job success check
1 parent 70c2376 commit e34c357

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
10-
119
strategy:
1210
matrix:
1311
node-version: [12.x]

0 commit comments

Comments
 (0)