Testing concurency

This commit is contained in:
Mihovil Ilakovac 2024-08-28 11:57:39 +02:00
parent 5669db39de
commit 0eb764840a

View File

@ -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