Update 13.05.2022
This commit is contained in:
4
zsh/.github/workflows/main.yml
vendored
4
zsh/.github/workflows/main.yml
vendored
@@ -10,6 +10,10 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
name: Run tests
|
||||
|
||||
8
zsh/.github/workflows/project.yml
vendored
8
zsh/.github/workflows/project.yml
vendored
@@ -1,9 +1,13 @@
|
||||
name: Project tracking
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
types: [opened, reopened]
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
|
||||
Reference in New Issue
Block a user