Skip to content

Commit a69798e

Browse files
ci: test failed
1 parent 75321d0 commit a69798e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
workflow: ${{ matrix.repo.workflow_id }}
1616
repo: ${{ matrix.repo.name }}
17+
ref: fail-test
1718
secrets: inherit
1819
strategy:
1920
matrix:
@@ -23,7 +24,6 @@ jobs:
2324
runs-on: ubuntu-latest
2425
needs: lint
2526
strategy:
26-
fail-fast: true
2727
matrix:
2828
repo: ${{ needs.lint.outputs.* }}
2929
steps:

0 commit comments

Comments
 (0)