Skip to content

Commit

Permalink
Rename matrix creation workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Dec 11, 2024
1 parent bef1b79 commit bd5c0d3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build-matrix:
name: Generate Build Matrix
uses: ./.github/workflows/:matrix:python.yml
uses: ./.github/workflows/matrix-python.yml

Lint:
name: Linting (Python-${{ matrix.python-version }})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Note: the filename has been chosen so it differentiates from the other workflow files. Generally, this file could have any regular filename.

name: Build Matrix (All Versions)

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Note: the filename has been chosen so it differentiates from the other workflow files. Generally, this file could have any regular filename.

name: Build Matrix (Exasol)

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Note: the filename has been chosen so it differentiates from the other workflow files. Generally, this file could have any regular filename.

name: Build Matrix (Python)

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

build-matrix:
name: Generate Build Matrix
uses: ./.github/workflows/:matrix:all.yml
uses: ./.github/workflows/matrix-all.yml

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

0 comments on commit bd5c0d3

Please sign in to comment.