Skip to content

Commit

Permalink
ci: adjust ci workflow settings
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 18, 2024
1 parent 71f1bc0 commit 7b552d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ on:
pull_request:

concurrency:
group: ci-${{ github.head_ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1 # colored output by pytest etc.
CLICOLOR_FORCE: 1 # colored output by ruff

permissions:
contents: read
permissions: {} # Set permissions at the job level.

jobs:

Expand Down

0 comments on commit 7b552d4

Please sign in to comment.