From 0eb764840ac488278270447c2bcd0f42ffaa7283 Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Wed, 28 Aug 2024 11:57:39 +0200 Subject: [PATCH] Testing concurency --- .github/workflows/waspc-ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/waspc-ci.yaml b/.github/workflows/waspc-ci.yaml index 61a6e2f7c..77236121f 100644 --- a/.github/workflows/waspc-ci.yaml +++ b/.github/workflows/waspc-ci.yaml @@ -16,6 +16,11 @@ on: # (GH deletes it after 7 days of not using it). - cron: '0 0 * * 0' +# Cancel other action runs for the same workflow and branch if one is in progress. +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} + env: WASP_TELEMETRY_DISABLE: 1 @@ -24,11 +29,6 @@ defaults: shell: bash working-directory: waspc -# Cancel other action runs for the same workflow and branch if one is in progress. -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} - jobs: build: name: Build Wasp