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.
1 parent dbe9a88 commit 366b7e1Copy full SHA for 366b7e1
.github/workflows/mypy_primer.yml
@@ -15,6 +15,10 @@ on:
15
- 'mypy/test/**'
16
- 'test-data/**'
17
18
+concurrency:
19
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
20
+ cancel-in-progress: true
21
+
22
jobs:
23
mypy_primer:
24
name: Run mypy_primer
.github/workflows/mypy_primer_comment.yml
@@ -15,6 +15,7 @@ jobs:
comment:
name: Comment PR from mypy_primer
runs-on: ubuntu-latest
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download diffs
uses: actions/github-script@v6
0 commit comments