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 88 deploy :
99 name : Deploy
1010 runs-on : ubuntu-latest
11+ if : github.repository == 'dask-contrib/dask-sql'
12+
1113 steps :
1214 - uses : actions/checkout@v2
1315 - name : Cache local Maven repository
Original file line number Diff line number Diff line change 1111 push_to_registry :
1212 name : Push Docker image to Docker Hub
1313 runs-on : ubuntu-latest
14+ if : github.repository == 'dask-contrib/dask-sql'
15+
1416 steps :
1517 - name : Check out the repo
1618 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 22name : Python Style Check
33on : [pull_request]
44
5+ # When this workflow is queued, automatically cancel any previous running
6+ # or pending jobs from the same branch
7+ concurrency :
8+ group : style-${{ github.head_ref }}
9+ cancel-in-progress : true
10+
511jobs :
612 pre-commit :
713 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 - main
1010 pull_request :
1111
12+ # When this workflow is queued, automatically cancel any previous running
13+ # or pending jobs from the same branch
14+ concurrency :
15+ group : test-${{ github.head_ref }}
16+ cancel-in-progress : true
17+
1218jobs :
1319 build :
1420 # This build step should be similar to the deploy build, to make sure we actually test
You can’t perform that action at this time.
0 commit comments