mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
build: cancel in-progress builds
This commit is contained in:
@@ -7,6 +7,10 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos:
|
build-macos:
|
||||||
name: build-macos
|
name: build-macos
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ dev, fix-docker-llvm-build ]
|
branches: [ dev, fix-docker-llvm-build ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: build-push-dev
|
name: build-push-dev
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
# Build Linux binaries, ready for release.
|
# Build Linux binaries, ready for release.
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|||||||
Reference in New Issue
Block a user