Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 14, 2023
1 parent cc2bacf commit 20c1f77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
&& contains('schedule workflow_dispatch', github.event_name)
strategy:
fail-fast: false
matrix:
pkg: [asli, bap-aslp-plugin, bap-uq-pac, basil]
uses: ./.github/workflows/nix.yml
Expand All @@ -20,7 +21,9 @@ jobs:

tools:
needs: sources
if: always() && contains('success skipped', jobs.sources.result)
strategy:
fail-fast: false
matrix:
pkg: [aslp, bap-aslp, bap-uq-pac, basil]
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit 20c1f77

Please sign in to comment.