File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Pylint
22
33on : [push, pull_request]
44
5+ concurrency :
6+ group : ci-${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : true
8+
59jobs :
610 build :
711 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 release :
1010 types : [published]
1111
12+ concurrency :
13+ group : ci-${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 deploy :
1418
Original file line number Diff line number Diff line change 11name : test pymavlink
22
33on : [push, pull_request]
4- # paths:
5- # - "*"
6- # - "!README.md" <-- don't rebuild on doc change
4+
5+ concurrency :
6+ group : ci-${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : true
78
89jobs :
910 build :
You can’t perform that action at this time.
0 commit comments