Switch to another variant of wait-on-check-action which is faster

This commit is contained in:
Oleg Kalachev
2026-08-18 09:00:39 +03:00
parent 517b2cfef3
commit 2fa2a36ec4
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
run: cp -a quadcopter.dev/. docs/build/
- name: Wait for Build to complete
if: ${{ env.FULL }}
uses: lewagon/wait-on-check-action@v1.9.1
uses: matiasalbarello/wait-on-check-action-ts@v1.2.0
with:
ref: ${{ github.sha }}
check-name: build_linux