Skip to content

Commit

Permalink
chore: delegate test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 6, 2023
1 parent 2caaff3 commit afa7ced
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration-enterprise.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Enterprise Integration Test

concurrency:
# Run only for most recent commit in PRs but for all tags and commits on main
# Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

on:
workflow_call:

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Integration Test

concurrency:
# Run only for most recent commit in PRs but for all tags and commits on main
# Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

on:
workflow_call:

Expand Down

0 comments on commit afa7ced

Please sign in to comment.