Skip to content

Commit

Permalink
Made workflows independent, given that cache exists
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Feb 19, 2024
1 parent bda10c5 commit 73015d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
cargo +nightly build --release
next-workflow:
uses: ./.github/workflows/test.yml
# next-workflow:
# uses: ./.github/workflows/test.yml

4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Test

on:
workflow_call:
push:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 73015d6

Please sign in to comment.