File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 44 push :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
10+
711permissions :
812 contents : read
913
Original file line number Diff line number Diff line change 99 # Rebuild automatically each monday early morning.
1010 - cron : " 42 5 * * 1"
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 build_and_push :
1418 if : github.repository == 'roundcube/roundcubemail'
Original file line number Diff line number Diff line change 44 push :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
10+
711permissions :
812 contents : read
913
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Unit
33on :
44 push :
55 pull_request :
6+
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
610
711permissions :
812 contents : read
You can’t perform that action at this time.
0 commit comments