File tree Expand file tree Collapse file tree 3 files changed +4
-68
lines changed
Expand file tree Collapse file tree 3 files changed +4
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ permissions:
77 checks : write
88 contents : read
99
10- concurrency :
11- group : ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
12- cancel-in-progress : true
13-
1410jobs :
1511 ci :
1612 runs-on : ubuntu-latest
4945 with :
5046 dockerfile : Dockerfile
5147 ignore : DL3003,DL3008
52-
53- # - name: Run tests 🧪
54- # run: npm run test
Original file line number Diff line number Diff line change 88 branches :
99 - master
1010
11+ concurrency :
12+ group : ci-${{ github.ref }}-1
13+ cancel-in-progress : true
14+
1115jobs :
1216 extract-branch :
1317 name : ' Fetch branch'
3438 needs :
3539 - extract-branch
3640 uses : maptiler/tileserver-gl/.github/workflows/ct.yml@master
37- builder :
38- name : ' Build & Publish Docker Image(s)'
39- needs :
40- - extract-branch
41- - ci
42- - ct
43- if : ${{ github.event_name == 'push' }}
44- uses : maptiler/tileserver-gl/.github/workflows/builder.yml@master
45- with :
46- branch : ${{ needs.extract-branch.outputs.current_branch }}
You can’t perform that action at this time.
0 commit comments