Skip to content

Commit

Permalink
[apache#768] improvement(CI): Setting the workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Qin committed Jan 15, 2024
1 parent 3a770cc commit df3063f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
branches: [ "main", "branch-*" ]
pull_request:
branches: [ "main", "branch-*" ]
workflow_run:
workflows:
- build
types:
- completed

concurrency:
group: ${{ github.worklfow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit df3063f

Please sign in to comment.