Skip to content

Commit

Permalink
build: populate workspace workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 11, 2023
1 parent 91c70db commit a49c5f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/build-monorepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ git -C "$BUILD_OUT" checkout -f --no-guess develop

npm -C "$BUILD_OUT" run refresh-gh-workflow

git -C "$BUILD_OUT" add .github/workflows
git -C "$BUILD_OUT" commit -m "ci: populate workspace workflows"

optimize_git_repo

echo "All done!"
Expand Down
2 changes: 1 addition & 1 deletion scripts/workspace-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
group: 'WS_NAME @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'

permissions:
contents: write # publish a GitHub release
Expand Down

0 comments on commit a49c5f7

Please sign in to comment.