Skip to content

Commit 9633968

Browse files
committed
Fix job names in github actions.
1 parent 53b4bb8 commit 9633968

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bnf-jest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
NODE_LATEST_VERSION: '24'
1111

1212
jobs:
13-
bnf-jest:
13+
jest:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
@@ -39,7 +39,7 @@ jobs:
3939

4040
npm:
4141
runs-on: ubuntu-latest
42-
needs: bnf-jest
42+
needs: jest
4343

4444
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
4545

.github/workflows/bnf-pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
PYTHON_LATEST_VERSION: '3.14'
1111

1212
jobs:
13-
bnf-pytest:
13+
pytest:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
@@ -39,7 +39,7 @@ jobs:
3939

4040
build:
4141
runs-on: ubuntu-latest
42-
needs: bnf-pytest
42+
needs: pytest
4343

4444
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
4545

0 commit comments

Comments
 (0)