Skip to content

Commit

Permalink
Adjust workflow
Browse files Browse the repository at this point in the history
* Disable primer
* Disable concurrency
  • Loading branch information
cdce8p committed Jul 8, 2024
1 parent 3c9f694 commit 977d871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
mypy_primer:
name: Run mypy_primer
runs-on: ubuntu-latest
if: false
permissions:
contents: read
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# cancel-in-progress: true

jobs:
main:
Expand Down

0 comments on commit 977d871

Please sign in to comment.