We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c69b3 commit c740d7cCopy full SHA for c740d7c
3 files changed
.github/workflows/push.yml
@@ -46,7 +46,7 @@ jobs:
46
PUSH:
47
needs: GENERATE_MATRIX
48
name: ${{ matrix.branch.ref }}
49
- uses: ./.github/workflows/nightly.yml
+ uses: ./.github/workflows/test-suite.yml
50
strategy:
51
fail-fast: false
52
matrix:
.github/workflows/root.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
39
40
41
42
.github/workflows/nightly.yml .github/workflows/test-suite.yml.github/workflows/nightly.yml renamed to .github/workflows/test-suite.yml
0 commit comments