Skip to content

Commit

Permalink
ci: prevent concurrency for docs release GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Jul 18, 2023
1 parent 5ee0f30 commit 59e176b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
name: Release new docs

env:
ARGO_NAMESPACE: argo
ARGO_VERSION: v3.4.1
CONTAINER_REGISTRY_URL: 'public.ecr.aws/kubefirst'

concurrency: ci-release-docs

on:
push:
branches:
Expand Down

0 comments on commit 59e176b

Please sign in to comment.