Skip to content

Commit

Permalink
ci: require -> needs
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent fb5e950 commit 56b4a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
test:
runs-on: ubuntu-latest
require: [ lint ]
needs: [ lint ]
concurrency: test

steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

release:
runs-on: ubuntu-latest
require: [ test ]
needs: [ test ]
concurrency: release

permissions:
Expand Down

0 comments on commit 56b4a2b

Please sign in to comment.