File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 44 branches : [main]
55 pull_request :
66
7+ # This will cancel previous runs when a branch or PR is updated
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
10+ cancel-in-progress : true
11+
712jobs :
813 build :
914 name : Build and test
Original file line number Diff line number Diff line change 44 branches-ignore :
55 - main
66
7+ # This will cancel previous runs when a branch or PR is updated
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
10+ cancel-in-progress : true
11+
712jobs :
813 build :
914 name : " Build with emsdk"
Original file line number Diff line number Diff line change 44 branches : [main]
55 pull_request :
66
7+ # This will cancel previous runs when a branch or PR is updated
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
10+ cancel-in-progress : true
11+
712jobs :
813 build :
914 name : Build and test
You can’t perform that action at this time.
0 commit comments