Skip to content

Commit b2344d3

Browse files
committed
Add a comment
1 parent 9d87791 commit b2344d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/util/initialize/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ runs:
4444
- uses: bufbuild/[email protected]
4545
with: {github_token: "${{ inputs.github-token }}"}
4646

47+
# This composite action requires bash, but bash is not available on windows-arm64 runner.
48+
# Avoid running this composite action on non-PR, so that we can release on windows-arm64.
4749
- name: Check out the language repo
4850
if: github.event_name == 'pull_request'
4951
uses: sass/clone-linked-repo@v1

0 commit comments

Comments
 (0)