Skip to content

Commit

Permalink
#1 adding job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnyprod committed Jul 8, 2022
1 parent 0dc5be0 commit c88fc12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_run:
workflows: [ "Build Source" ]
branches: [ "main" ]
types:
- completed

permissions:
contents: read
Expand All @@ -19,7 +24,6 @@ concurrency:
jobs:
tests:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit c88fc12

Please sign in to comment.