Skip to content

Commit d5d384c

Browse files
committed
Rename test workflow
1 parent 241d6c1 commit d5d384c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
jobs:
24-
run_tests:
24+
test:
2525
uses: ./.github/workflows/run_tests.yaml
2626
permissions: write-all
2727
build:
2828
needs:
29-
- run_tests
29+
- test
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: checkout

0 commit comments

Comments
 (0)