File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Wait for Garnix
1919 uses : lewagon/wait-on-check-action@v1.5.0
2020 with :
21- ref : ${{ github.sha }}
22- check-name : ' All Garnix checks '
21+ ref : ${{ github.event.pull_request.head.sha || github. sha }}
22+ check-regexp : ' .* Garnix.* '
2323 repo-token : ${{ secrets.GITHUB_TOKEN }}
2424 wait-interval : 20
2525 - uses : cachix/install-nix-action@v31.10.0
4949 - name : Wait for Garnix
5050 uses : lewagon/wait-on-check-action@v1.5.0
5151 with :
52- ref : ${{ github.sha }}
53- check-name : ' Garnix'
52+ ref : ${{ github.event.pull_request.head.sha || github. sha }}
53+ check-regexp : ' .* Garnix.* '
5454 repo-token : ${{ secrets.GITHUB_TOKEN }}
5555 wait-interval : 20
5656 - uses : cachix/install-nix-action@v31.10.0
Original file line number Diff line number Diff line change 1414 - name : Wait for Garnix
1515 uses : lewagon/wait-on-check-action@v1.5.0
1616 with :
17- ref : ${{ github.sha }}
18- check-name : ' Garnix'
17+ ref : ${{ github.event.pull_request.head.sha || github. sha }}
18+ check-regexp : ' .* Garnix.* '
1919 repo-token : ${{ secrets.GITHUB_TOKEN }}
2020 wait-interval : 20
2121 - uses : cachix/install-nix-action@v31.10.0
Original file line number Diff line number Diff line change 11builds :
22 exclude :
33 - packages.*.android
4+ - packages.*.default
You can’t perform that action at this time.
0 commit comments