Skip to content

Commit

Permalink
Linked jobs (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Aug 10, 2022
1 parent dd0b854 commit 8576808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
path: '**/target/pit-reports'

publish:
needs: build
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: '**/target/mctf/latest'

publish:
needs: build
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8576808

Please sign in to comment.