mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 06:47:46 +03:00
Fix nightly tests trigger (#458)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user