mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 12:05:05 +01:00
ci: add concurrency group to cancel stale jobs (#509)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -7,6 +7,9 @@ on:
|
||||
- beta
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@@ -9,6 +9,9 @@ on:
|
||||
tags:
|
||||
- "v**"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
permissions:
|
||||
packages: write # For GHCR
|
||||
|
||||
|
||||
3
.github/workflows/plugins.yml
vendored
3
.github/workflows/plugins.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user