mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-06 09:36:19 +00:00
Fix nightly tests trigger (#458)
This commit is contained in:
parent
cd7e2f8e36
commit
704a94e6f4
1 changed files with 0 additions and 1 deletions
1
.github/workflows/trigger_nightly_tests.yml
vendored
1
.github/workflows/trigger_nightly_tests.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: "echo Last nightly build: ${{ fromJson(steps.check_last_run.outputs.data).workflow_runs[0].head_sha }}"
|
||||
build:
|
||||
runs-on: gpu_large
|
||||
needs: [check_last_nightly_run]
|
||||
if: needs.check_last_nightly_run.outputs.last_sha != github.sha
|
||||
uses: ./.github/workflows/nightly_tests.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue