[build] Fix manually triggered nightly releases (#15615)
Fix 3763d0d4ab
Authored by: bashonly
This commit is contained in:
parent
9ab4777b97
commit
0b08b833bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-nightly.yml
vendored
2
.github/workflows/release-nightly.yml
vendored
|
|
@ -9,7 +9,7 @@ permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
check_nightly:
|
check_nightly:
|
||||||
name: Check for new commits
|
name: Check for new commits
|
||||||
if: vars.BUILD_NIGHTLY
|
if: github.event_name == 'workflow_dispatch' || vars.BUILD_NIGHTLY
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue