ci: add concurrency group to cancel stale jobs (#509)

This commit is contained in:
Alexis Couvreur
2025-02-09 07:09:10 -08:00
committed by GitHub
parent 8844a36e4a
commit ee949d916f
3 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ on:
- beta
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:

View File

@@ -9,6 +9,9 @@ on:
tags:
- "v**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
packages: write # For GHCR

View File

@@ -7,6 +7,9 @@ on:
- beta
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
name: Build Sablier docker image once and share it to E2E jobs