Skip to content

Commit 815e3ff

Browse files
committed
Fail primer
1 parent 9fa2b37 commit 815e3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- 'mypy/stubgenc.py'
1515
- 'mypy/test/**'
1616
- 'test-data/**'
17-
- '.github/'
1817

1918
permissions:
2019
contents: read
@@ -33,6 +32,7 @@ jobs:
3332
fail-fast: false
3433
timeout-minutes: 60
3534
steps:
35+
- run: exit 1
3636
- uses: actions/checkout@v4
3737
with:
3838
path: mypy_to_test

0 commit comments

Comments
 (0)