Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mypy_primer
1 parent 1d7ace3 commit fe3a345Copy full SHA for fe3a345
2 files changed
.github/workflows/mypy_primer.yml
@@ -9,13 +9,17 @@ on:
9
- '.github/workflows/mypy_primer.yml'
10
- '.github/workflows/mypy_primer_comment.yml'
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14
+ cancel-in-progress: true
15
+
16
+permissions:
17
+ contents: read
18
19
jobs:
20
mypy_primer:
21
name: Run
- if: github.actor != 'pre-commit-ci[bot]'
22
runs-on: ubuntu-latest
- permissions:
- contents: read
23
strategy:
24
matrix:
25
shard-index: [0, 1, 2, 3]
.github/workflows/mypy_primer_comment.yml
@@ -14,6 +14,7 @@ permissions:
comment:
name: Comment PR from mypy_primer
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download diffs
0 commit comments