Skip to content

Commit e57bdd3

Browse files
sameeulCopilot
andauthored
Update .github/workflows/build_and_test_mac.yml
Co-authored-by: Copilot <[email protected]>
1 parent eb77cac commit e57bdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1111
cancel-in-progress: true
1212

1313
env:

0 commit comments

Comments
 (0)