mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-05 00:57:24 +00:00
Fix version in nightly trigger (#464)
This commit is contained in:
parent
dd05752fc4
commit
a1b7600718
1 changed files with 2 additions and 2 deletions
4
.github/workflows/trigger_nightly_tests.yml
vendored
4
.github/workflows/trigger_nightly_tests.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Nightly tests
|
name: Trigger nightly tests
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 8 * * *"
|
- cron: "0 8 * * *"
|
||||||
|
@ -9,7 +9,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
last_sha: ${{ fromJson(steps.check_last_run.outputs.data).workflow_runs[0].head_sha }}
|
last_sha: ${{ fromJson(steps.check_last_run.outputs.data).workflow_runs[0].head_sha }}
|
||||||
steps:
|
steps:
|
||||||
- uses: octokit/request-action@v2.4
|
- uses: octokit/request-action@v2.4.0
|
||||||
id: check_last_run
|
id: check_last_run
|
||||||
with:
|
with:
|
||||||
route: GET /repos/${{github.repository}}/actions/workflows/nightly_tests.yml/runs?per_page=1&status=completed
|
route: GET /repos/${{github.repository}}/actions/workflows/nightly_tests.yml/runs?per_page=1&status=completed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue