Update .github/workflows/main.yml

Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Sam
2025-11-12 16:46:05 +01:00
parent 59fa3fbe73
commit 15f3706e01

View File

@@ -18,7 +18,7 @@ on:
# on PRs that are pushed to multiple times in rapid succession.
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
cancel-in-progress: ${{github.event_name == 'pull_request'}}
jobs:
decision: