Skip to content

Commit

Permalink
8288499: Restore cancel-in-progress in GHA
Browse files Browse the repository at this point in the history
Backport-of: cb5ef3da1904e6639130c601db9644895807b4d6
  • Loading branch information
gdams authored and RealCLanger committed Jul 18, 2022
1 parent fc6fa1c commit bebb612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -39,7 +39,7 @@ on:

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

jobs:

Expand Down

1 comment on commit bebb612

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.