mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 17:48:20 +03:00
Testing concurency
This commit is contained in:
parent
5669db39de
commit
0eb764840a
10
.github/workflows/waspc-ci.yaml
vendored
10
.github/workflows/waspc-ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user