@@ -80,17 +80,12 @@ jobs:
8080 extra-substituters = https://cache.garnix.io
8181 extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=
8282 - uses : DeterminateSystems/magic-nix-cache-action@v13
83- - uses : lewagon/wait-on-check-action@v1.5.0
84- with :
85- ref : ${{ github.event.pull_request.head.sha || github.sha }}
86- check-regexp : ' Evaluate flake.nix'
87- repo-token : ${{ secrets.GITHUB_TOKEN }}
88- - uses : lewagon/wait-on-check-action@v1.5.0
89- with :
90- ref : ${{ github.event.pull_request.head.sha || github.sha }}
91- check-regexp : ' package pages.*'
92- repo-token : ${{ secrets.GITHUB_TOKEN }}
93- fail-on-no-checks : false
83+ # - uses: lewagon/wait-on-check-action@v1.5.0
84+ # with:
85+ # ref: ${{ github.event.pull_request.head.sha || github.sha }}
86+ # check-regexp: 'package pages.*'
87+ # repo-token: ${{ secrets.GITHUB_TOKEN }}
88+ # fail-on-no-checks: false
9489 - name : Start pages server
9590 run : |
9691 nix run .#pages &
@@ -149,18 +144,12 @@ jobs:
149144 extra-substituters = https://cache.garnix.io
150145 extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=
151146 - uses : DeterminateSystems/magic-nix-cache-action@v13
152- - uses : lewagon/wait-on-check-action@v1.5.0
153- with :
154- ref : ${{ github.event.pull_request.head.sha || github.sha }}
155- check-regexp : ' Evaluate flake.nix'
156- repo-token : ${{ secrets.GITHUB_TOKEN }}
157- fail-on-no-checks : false
158- - uses : lewagon/wait-on-check-action@v1.5.0
159- with :
160- ref : ${{ github.event.pull_request.head.sha || github.sha }}
161- check-regexp : ' package pages.*'
162- repo-token : ${{ secrets.GITHUB_TOKEN }}
163- fail-on-no-checks : false
147+ # - uses: lewagon/wait-on-check-action@v1.5.0
148+ # with:
149+ # ref: ${{ github.event.pull_request.head.sha || github.sha }}
150+ # check-regexp: 'package pages.*'
151+ # repo-token: ${{ secrets.GITHUB_TOKEN }}
152+ # fail-on-no-checks: false
164153 - run : |
165154 set -o pipefail
166155 nix run .#e2e-web |& tee maestro_console.log
0 commit comments