sync action workflow fail-fast to match root workflow
the root workflow was updated to fail-fast: true but the action workflow wasn't updated to match. the ci consistency test enforces they stay in sync. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
pullfrog[bot]
parent
8037c118cc
commit
8a64742ddf
@@ -25,7 +25,7 @@ jobs:
|
||||
contents: read
|
||||
id-token: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
matrix:
|
||||
agent: [claude, codex, cursor, gemini, opencode]
|
||||
test:
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
contents: read
|
||||
id-token: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
matrix:
|
||||
test:
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user