Skip to content

Commit

Permalink
Merge pull request #1358 from marquiz/devel/github-release-workflow-c…
Browse files Browse the repository at this point in the history
…oncurrency

github: prevent parallel runs of gh-pages update
  • Loading branch information
k8s-ci-robot committed Sep 15, 2023
2 parents ff1a212 + ef3ad8f commit 45cc1cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- v[0-9]+.[0-9]+.[0-9]+
release:
types: [published]

concurrency:
group: ${{ github.workflow }}

jobs:
build:
name: Update gh-pages
Expand Down

0 comments on commit 45cc1cf

Please sign in to comment.