File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333env :
3434 MAVEN_OPTS : -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
3535
36+ concurrency :
37+ group : ${{ github.workflow }}-${{ github.ref }}
38+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
39+
3640permissions :
3741 contents : read
3842
Original file line number Diff line number Diff line change 2929env :
3030 MAVEN_OPTS : -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
3131
32+ concurrency :
33+ group : ${{ github.workflow }}-${{ github.ref }}
34+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
35+
3236jobs :
3337 build :
3438 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 3333permissions :
3434 contents : read
3535
36+ concurrency :
37+ group : ${{ github.workflow }}-${{ github.ref }}
38+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
39+
3640jobs :
3741 build :
3842 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 2323 pull_request :
2424 types : [opened]
2525
26+ concurrency :
27+ group : ${{ github.workflow }}-${{ github.ref }}
28+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
29+
2630jobs :
2731 first-interaction :
2832 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5050permissions :
5151 contents : read
5252
53+ concurrency :
54+ group : ${{ github.workflow }}-${{ github.ref }}
55+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
56+
5357jobs :
5458 build :
5559 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ on: [pull_request]
2222permissions :
2323 contents : read
2424
25+ concurrency :
26+ group : ${{ github.workflow }}-${{ github.ref }}
27+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
28+
2529jobs :
2630 pre-commit :
2731 name : Run pre-commit # https://pre-commit.com/
Original file line number Diff line number Diff line change 4242permissions :
4343 contents : read
4444
45+ concurrency :
46+ group : ${{ github.workflow }}-${{ github.ref }}
47+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
48+
4549jobs :
4650 build :
4751 strategy :
Original file line number Diff line number Diff line change 3939 - ' python/**'
4040 - ' .github/workflows/python-wheel.yml'
4141
42+ concurrency :
43+ group : ${{ github.workflow }}-${{ github.ref }}
44+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
45+
4246jobs :
4347 build :
4448 strategy :
Original file line number Diff line number Diff line change 4949permissions :
5050 contents : read
5151
52+ concurrency :
53+ group : ${{ github.workflow }}-${{ github.ref }}
54+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
55+
5256jobs :
5357 build :
5458 runs-on : ubuntu-22.04
8791 - spark : ' 3.3.0'
8892 scala : ' 2.12.8'
8993 python : ' 3.8'
94+
9095 env :
9196 VENV_PATH : /home/runner/.local/share/virtualenvs/python-${{ matrix.python }}
9297 steps :
Original file line number Diff line number Diff line change 4343 MAVEN_OPTS : -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
4444 DO_NOT_TRACK : true
4545
46+ concurrency :
47+ group : ${{ github.workflow }}-${{ github.ref }}
48+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
49+
4650jobs :
4751 build :
4852 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments