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).
|
# (GH deletes it after 7 days of not using it).
|
||||||
- cron: '0 0 * * 0'
|
- 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:
|
env:
|
||||||
WASP_TELEMETRY_DISABLE: 1
|
WASP_TELEMETRY_DISABLE: 1
|
||||||
|
|
||||||
@ -24,11 +29,6 @@ defaults:
|
|||||||
shell: bash
|
shell: bash
|
||||||
working-directory: waspc
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Wasp
|
name: Build Wasp
|
||||||
|
Loading…
Reference in New Issue
Block a user