Skip to content

Commit c81b900

Browse files
committed
ignore pushing sync-boilerplate-cha gha-action
1 parent 651f744 commit c81b900

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sync-boilerplate-cha.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- main
77
- cha-sync-branch
8-
workflow_run:
9-
workflows: ["Build"]
10-
types:
11-
- completed
128

139
jobs:
1410
sync-repo:
@@ -64,7 +60,7 @@ jobs:
6460
6561
- name: Copy and Apply Changes to Create-Hyperweb-App
6662
run: |
67-
rsync -av --exclude='.git' ./ ../create-hyperweb-app/templates/hyperweb/ --delete
63+
rsync -av --exclude='.git' --exclude-from='.github/workflows/sync-boilerplate-cha.yaml' ./ ../create-hyperweb-app/templates/hyperweb/ --delete
6864
6965
- name: Update Version and GitHead in package.json
7066
run: |

0 commit comments

Comments
 (0)