Skip to content

Commit

Permalink
Fix typo in 'concurrency' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marohrdanz committed Oct 18, 2023
1 parent b8ac72a commit 605a956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NG-CHM-Artifacts_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
##

name: NG-CHM-Artifacts tag
## concurency group prevents race condition with NG-CHM-Artifacts_release.yml
## concurrency group prevents race condition with NG-CHM-Artifacts_release.yml
concurrency: artifacts
on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NG-CHM-Artifacts_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
##

name: NG-CHM-Artifacts release
## concurency group prevents race condition with NG-CHM-Artifacts_push_main.yml
## concurrency group prevents race condition with NG-CHM-Artifacts_push_main.yml
concurrency: artifacts
on:
release:
Expand Down

0 comments on commit 605a956

Please sign in to comment.