Push nightly
This commit is contained in:
parent
9d11cdc147
commit
9618f737c4
|
@ -28,7 +28,7 @@ concurrency:
|
|||
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
|
||||
|
||||
env:
|
||||
PUSH_NIGHTLY: ${{ github.event_name == 'schedule' }}
|
||||
PUSH_NIGHTLY: true
|
||||
PUSH_RELEASE: ${{ github.event_name == 'release' }}
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue