Skip to content

Commit

Permalink
Separate the group by each labels
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Mar 13, 2024
1 parent 2065a05 commit 3833ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ai-service-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
# Cancel previous runs.
concurrency:
# Cancel all workflow runs except latest within a concurrency group. This is achieved by defining a concurrency group for the PR.
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.label.name == 'ci/ai-service' && github.event.number || github.sha }}
cancel-in-progress: true


Expand Down

0 comments on commit 3833ab8

Please sign in to comment.