Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5eabdf8

Browse files
committed
ci: Cancel unnecessary actions
1 parent 128af66 commit 5eabdf8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
branches:
55
- '!develop'
66
- '!feature/update*'
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
712
jobs:
813
build_docker:
914
name: Build Docker image

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
branches:
55
- 'develop'
66
- 'feature/update*'
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
712
env:
813
REGISTRY: ghcr.io
914
IMAGE_NAME: ${{ github.repository }}
15+
1016
jobs:
1117
build_darwin-x64:
1218
name: Build macOS x86_64

0 commit comments

Comments
 (0)