Skip to content

Commit

Permalink
Add concurrency options to the GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 21, 2023
1 parent f8921f5 commit 4e76326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -11,6 +11,10 @@ on:

workflow_dispatch:

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

jobs:
main:
name: Validate and Deploy
Expand Down

0 comments on commit 4e76326

Please sign in to comment.