ci: Don't cancel nightly when trying to release

This commit is contained in:
Ahmad Ansori Palembani 2024-07-30 09:15:44 +07:00
parent a83865e086
commit 59b2f0a159
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -16,7 +16,7 @@ on:
type: boolean
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true
jobs: