mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-19 09:02:41 +01:00
Preserve every push workflow run
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
||||
- hotfix/**
|
||||
- release/**
|
||||
concurrency:
|
||||
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
permissions:
|
||||
actions: read
|
||||
|
||||
Reference in New Issue
Block a user