Skip to content

Commit

Permalink
added ability for multiple workflows to be run concurrently
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <[email protected]>
  • Loading branch information
Elias Joseph committed Nov 14, 2024
1 parent eef2c3a commit ddc9587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_windows_x64_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- cron: "15 9 * * 1-5"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.run_id }}
cancel-in-progress: false

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
# queued and in-progress runs for the same PR (presubmit) or commit
Expand Down

0 comments on commit ddc9587

Please sign in to comment.