mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
ci: Cancel unnecessary actions
This commit is contained in:
parent
128af66797
commit
5eabdf8496
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@ -4,6 +4,11 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- '!develop'
|
- '!develop'
|
||||||
- '!feature/update*'
|
- '!feature/update*'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docker:
|
build_docker:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -4,9 +4,15 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'feature/update*'
|
- 'feature/update*'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_darwin-x64:
|
build_darwin-x64:
|
||||||
name: Build macOS x86_64
|
name: Build macOS x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user