Skip to content

Commit

Permalink
ci: requires -> require
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent 3d8436a commit fb5e950
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
requires: [ lint ]
require: [ lint ]
concurrency: test

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

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

permissions:
Expand Down

0 comments on commit fb5e950

Please sign in to comment.