Use real version and allow manual triggers

This commit is contained in:
Andrzej Janik
2025-07-24 23:09:26 +00:00
parent 8b8f59eb8a
commit 3ead80f5c3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Nightly tests name: Nightly tests
on: on:
workflow_call: workflow_call:
workflow_dispatch:
env: env:
ROCM_VERSION: "6.3.1" ROCM_VERSION: "6.3.1"

View File

@ -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.x - uses: octokit/request-action@v2.4
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