Skip to content

Commit

Permalink
ci: fix mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonajo committed Sep 13, 2024
1 parent 17fff01 commit d1bb23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
pull_request:

jobs:
deploy:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Hugo
Expand Down

0 comments on commit d1bb23e

Please sign in to comment.