mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 14:57:43 +03:00
Use real version and allow manual triggers
This commit is contained in:
1
.github/workflows/nightly_tests.yml
vendored
1
.github/workflows/nightly_tests.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Nightly tests
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
ROCM_VERSION: "6.3.1"
|
||||
|
2
.github/workflows/trigger_nightly_tests.yml
vendored
2
.github/workflows/trigger_nightly_tests.yml
vendored
@ -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.x
|
||||
- uses: octokit/request-action@v2.4
|
||||
id: check_last_run
|
||||
with:
|
||||
route: GET /repos/${{github.repository}}/actions/workflows/nightly_tests.yml/runs?per_page=1&status=completed
|
||||
|
Reference in New Issue
Block a user