Fix version in nightly trigger (#464)
Some checks failed
ZLUDA / Build (Windows) (push) Has been cancelled
ZLUDA / Build (Linux) (push) Has been cancelled
ZLUDA / Build AMD GPU unit tests (push) Has been cancelled
ZLUDA / Run AMD GPU unit tests (push) Has been cancelled

This commit is contained in:
Andrzej Janik 2025-08-04 22:09:37 +02:00 committed by GitHub
commit a1b7600718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Nightly tests
name: Trigger nightly tests
on:
schedule:
- cron: "0 8 * * *"
@ -9,7 +9,7 @@ jobs:
outputs:
last_sha: ${{ fromJson(steps.check_last_run.outputs.data).workflow_runs[0].head_sha }}
steps:
- uses: octokit/request-action@v2.4
- uses: octokit/request-action@v2.4.0
id: check_last_run
with:
route: GET /repos/${{github.repository}}/actions/workflows/nightly_tests.yml/runs?per_page=1&status=completed