From 96bfe0bf217ea646a456944b5fc605602db62f26 Mon Sep 17 00:00:00 2001 From: Alexandre Decan Date: Thu, 17 Oct 2024 11:43:07 +0200 Subject: [PATCH] Again? --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d4fcfae..e086dd7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,6 +6,9 @@ on: schedule: - cron: "0 6 * * 1" +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + jobs: test: runs-on: ubuntu-latest @@ -33,5 +36,3 @@ jobs: uses: coverallsapp/github-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }} -