From 7b552d4540d8970fba2641d995c827770cf2dae3 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Thu, 18 Jul 2024 17:24:01 +0200 Subject: [PATCH] ci: adjust ci workflow settings --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5700840..98a9b3e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: