Skip to content

Commit

Permalink
allow one job to fail and the other to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodobolero committed Dec 3, 2024
1 parent 8baa974 commit 78e262a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ingest_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ concurrency:
jobs:
ingest:
strategy:
fail-fast: false # allow other variants to continue even if one fails
matrix:
target_project: [new_empty_project, large_existing_project]
permissions:
Expand Down

0 comments on commit 78e262a

Please sign in to comment.