Skip to content

Commit

Permalink
ci: set workflow version
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Mar 2, 2024
1 parent 8c4be6f commit 8f0e595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- main
jobs:
test:
uses: .github/workflows/test.yml
uses: .github/workflows/test.yml@main
release:
needs:
- test
uses: .github/workflows/release.yml
uses: .github/workflows/release.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [review_requested]
jobs:
test:
uses: .github/workflows/test.yml
uses: .github/workflows/test.yml@main

0 comments on commit 8f0e595

Please sign in to comment.