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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ on:
10
10
- main
11
11
- develop
12
12
13
-
concurrency:
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. Prevents duplicate workflows on PRs from develop into main or from main into develop.
0 commit comments