Push nightly

This commit is contained in:
Carlos Mocholí 2023-02-01 17:11:32 +01:00
parent 9d11cdc147
commit 9618f737c4
1 changed files with 1 additions and 1 deletions

View File

@ -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: