mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Switch to another variant of wait-on-check-action which is faster
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
run: cp -a -n quadcopter.dev/. docs/build/
|
run: cp -a -n quadcopter.dev/. docs/build/
|
||||||
- name: Wait for Build to complete
|
- name: Wait for Build to complete
|
||||||
if: ${{ env.FULL }}
|
if: ${{ env.FULL }}
|
||||||
uses: lewagon/wait-on-check-action@v1.9.1
|
uses: matiasalbarello/wait-on-check-action-ts@v1.2.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.sha }}
|
ref: ${{ github.sha }}
|
||||||
check-name: build_linux
|
check-name: build_linux
|
||||||
|
|||||||
Reference in New Issue
Block a user