Skip to content

Commit

Permalink
Remove if conditions for matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Feb 22, 2024
1 parent c698070 commit 6ad4e77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:

merge:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs:
- build
steps:
Expand Down

0 comments on commit 6ad4e77

Please sign in to comment.