Skip to content

Commit

Permalink
Rename test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Jan 30, 2025
1 parent 241d6c1 commit d5d384c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ concurrency:
cancel-in-progress: true

jobs:
run_tests:
test:
uses: ./.github/workflows/run_tests.yaml
permissions: write-all
build:
needs:
- run_tests
- test
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit d5d384c

Please sign in to comment.