Skip to content

Commit

Permalink
Use original concurrency rules in main
Browse files Browse the repository at this point in the history
This changelist restores the original concurrency rules to the "main" workflow for now, and we can consider this change separately in the future.

Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm committed Jul 13, 2023
1 parent 43c3fe9 commit 3e69d80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- '**.md'
workflow_dispatch:

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}

jobs:

build:
Expand Down

0 comments on commit 3e69d80

Please sign in to comment.