Skip to content

Commit bd5c0d3

Browse files
committed
Rename matrix creation workflows
1 parent bef1b79 commit bd5c0d3

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
build-matrix:
4444
name: Generate Build Matrix
45-
uses: ./.github/workflows/:matrix:python.yml
45+
uses: ./.github/workflows/matrix-python.yml
4646

4747
Lint:
4848
name: Linting (Python-${{ matrix.python-version }})
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Note: the filename has been chosen so it differentiates from the other workflow files. Generally, this file could have any regular filename.
2-
31
name: Build Matrix (All Versions)
42

53
on:
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Note: the filename has been chosen so it differentiates from the other workflow files. Generally, this file could have any regular filename.
2-
31
name: Build Matrix (Exasol)
42

53
on:
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Note: the filename has been chosen so it differentiates from the other workflow files. Generally, this file could have any regular filename.
2-
31
name: Build Matrix (Python)
42

53
on:

.github/workflows/slow-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
build-matrix:
1212
name: Generate Build Matrix
13-
uses: ./.github/workflows/:matrix:all.yml
13+
uses: ./.github/workflows/matrix-all.yml
1414

1515
Tests:
1616
name: Integration-Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})

0 commit comments

Comments
 (0)