ci: Cancel unnecessary actions

This commit is contained in:
Elian Doran 2024-07-20 22:03:51 +03:00
parent 128af66797
commit 5eabdf8496
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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