mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-07 13:29:48 -06:00
ci: Cancel unnecessary actions
This commit is contained in:
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@@ -4,6 +4,11 @@ on:
|
||||
branches:
|
||||
- '!develop'
|
||||
- '!feature/update*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build_docker:
|
||||
name: Build Docker image
|
||||
|
||||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -4,9 +4,15 @@ on:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'feature/update*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
build_darwin-x64:
|
||||
name: Build macOS x86_64
|
||||
|
||||
Reference in New Issue
Block a user