Rename the Test
job from compatibility-tests
to avoid name collision with another job in the main
workflow
This commit is contained in:
parent
8ef99aef1b
commit
a6951effd8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compatibility-tests.yml
vendored
2
.github/workflows/compatibility-tests.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Test:
|
Compatibility-Tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue