ci: Cancel unnecessary actions

This commit is contained in:
Elian Doran
2024-07-20 22:03:51 +03:00
parent 128af66797
commit 5eabdf8496
2 changed files with 11 additions and 0 deletions
+5
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