Skip to content

Commit 6ad4e77

Browse files
committed
Remove if conditions for matrix run
1 parent c698070 commit 6ad4e77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616
jobs:
1717
build:
1818
runs-on: ubuntu-latest
19-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2019
strategy:
2120
fail-fast: false
2221
matrix:
@@ -74,7 +73,6 @@ jobs:
7473

7574
merge:
7675
runs-on: ubuntu-latest
77-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
7876
needs:
7977
- build
8078
steps:

0 commit comments

Comments
 (0)