mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
ci: add concurrency configuration for workflow
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Build wonderwall
|
||||
on: [push]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
env:
|
||||
GOOGLE_REGISTRY: europe-north1-docker.pkg.dev
|
||||
GITHUB_REGISTRY: ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user