You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ on:
12
12
13
13
concurrency:
14
14
group: ${{ github.event.pull_request.number }} # Use the pull request number as the concurrency group
15
-
cancel-in-progress: true # Cancel any in-progress jobs for the same group
15
+
cancel-in-progress: true # Cancel any in-progress jobs for the same group. Prevents duplicate workflows on PRs from develop into main or from main into develop.
0 commit comments