File tree Expand file tree Collapse file tree 9 files changed +25
-9
lines changed
Expand file tree Collapse file tree 9 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 44 push :
55
66concurrency :
7- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github. ref }}
7+ group : ${{ github.workflow }}-${{ github.ref }}
88 cancel-in-progress : true
99
1010jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: Build docs
33on :
44 push :
55
6- concurrency : ${{ github.workflow }}-${{ github.ref }}
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.ref }}
8+ cancel-in-progress : true
79
810jobs :
911 build :
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ name: Build Packages
44on :
55 push :
66
7- concurrency : ${{ github.workflow }}-${{ github.ref }}
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
810
911jobs :
1012 build :
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ name: Create Dev Release
44
55on : workflow_dispatch
66
7- concurrency : ${{ github.workflow }}-${{ github.ref }}
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
810
911jobs :
1012 publish :
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: Diagnostics Image Build
33on :
44 push :
55
6- concurrency : ${{ github.workflow }}-${{ github.ref }}
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.ref }}
8+ cancel-in-progress : true
79
810jobs :
911 build-docker-image :
Original file line number Diff line number Diff line change 88 tags :
99 - ' @powersync/diagnostics-app*'
1010
11- concurrency : ${{ github.workflow }}-${{ github.ref }}
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
1214
1315jobs :
1416 release-docker-image :
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8- concurrency : ${{ github.workflow }}-${{ github.ref }}
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
911
1012jobs :
1113 release :
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ name: Test Isolated Demos
44on :
55 push :
66
7- concurrency : ${{ github.workflow }}-${{ github.ref }}
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
810
911jobs :
1012 test :
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ name: Test Packages
44on :
55 push :
66
7- concurrency : ${{ github.workflow }}-${{ github.ref }}
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
810
911jobs :
1012 test :
You can’t perform that action at this time.
0 commit comments