Skip to content

Commit c9db66d

Browse files
committed
ci: rename CI workflow files
1 parent 5db41b1 commit c9db66d

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/app-mento-regression.test.yml renamed to .github/workflows/app-mento-regression-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
app_mento_regression_test:
3131
name: "[App-Mento] ${{ matrix.name }} Regression Test Run"
32-
uses: ./.github/workflows/re-usable.test.yml
32+
uses: ./.github/workflows/re-usable-test.yml
3333
strategy:
3434
fail-fast: false
3535
matrix:
File renamed without changes.

.github/workflows/governance-regression.test.yml renamed to .github/workflows/governance-regression-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
app_mento_regression_test:
3131
name: "[Governance] ${{ matrix.name }} Regression Test Run"
32-
uses: ./.github/workflows/re-usable.test.yml
32+
uses: ./.github/workflows/re-usable-test.yml
3333
strategy:
3434
fail-fast: false
3535
matrix:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
test:
3737
name: "PR Healthcheck Test Run"
3838
needs: define-specs
39-
uses: ./.github/workflows/re-usable.test.yml
39+
uses: ./.github/workflows/re-usable-test.yml
4040
with:
4141
SPECS_REGEX: ${{ needs.define-specs.outputs.specs-regex }}
4242
APP_NAME: "app-mento"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ on:
6060
jobs:
6161
test:
6262
name: "Specific Test Run"
63-
uses: ./.github/workflows/re-usable.test.yml
63+
uses: ./.github/workflows/re-usable-test.yml
6464
with:
6565
APP_NAME: ${{ inputs.APP_NAME }}
6666
SPECS_REGEX: ${{ inputs.SPECS_REGEX }}

0 commit comments

Comments
 (0)