Skip to content

Commit bcbc9c2

Browse files
committed
Rename nightly.yml to test-suite.yml
1 parent 9c8780d commit bcbc9c2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PUSH:
4747
needs: GENERATE_MATRIX
4848
name: ${{ matrix.branch.ref }}
49-
uses: ./.github/workflows/nightly.yml
49+
uses: ./.github/workflows/test-suite.yml
5050
strategy:
5151
fail-fast: false
5252
matrix:

.github/workflows/root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: GENERATE_MATRIX
3737
name: ${{ matrix.branch.ref }}
3838
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
39-
uses: ./.github/workflows/nightly.yml
39+
uses: ./.github/workflows/test-suite.yml
4040
strategy:
4141
fail-fast: false
4242
matrix:

0 commit comments

Comments
 (0)