ci: set concurrency and trigger ci on master (#2701)
This commit is contained in:
4
.github/workflows/semantic-pr-subject.yml
vendored
4
.github/workflows/semantic-pr-subject.yml
vendored
@@ -7,7 +7,9 @@ on:
|
||||
- edited
|
||||
- synchronize
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
semantic-pr-subject:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user