Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 26, 2022
1 parent b1a8d5e commit b64088f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test
on:
push:
branches:
- main
# for bors r+
- staging
# for bors try
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:
test:
name: Test
needs: generate-matrix
needs: [ generate-matrix ]
strategy:
fail-fast: ${{ needs.generate-matrix.outputs.fail-fast != 'false' }}
matrix:
Expand Down

0 comments on commit b64088f

Please sign in to comment.