Skip to content

Commit

Permalink
ci: remove 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 b7907f3 commit 8d16e5b
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@main
uses: ./.github/workflows/test.yml
release:
needs:
- test
uses: ./.github/workflows/release.yml@main
uses: ./.github/workflows/release.yml
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@main
uses: ./.github/workflows/test.yml

0 comments on commit 8d16e5b

Please sign in to comment.