Skip to content

Commit f0d3827

Browse files
authored
Disable MirrorChyanUploading trigger in build.yml
Comment out the MirrorChyanUploading trigger in the build workflow.
1 parent 8c41524 commit f0d3827

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ jobs:
9999
make_latest: true
100100
files: pyappify_dist/*
101101

102-
- name: Trigger MirrorChyanUploading
103-
if: startsWith(github.ref, 'refs/tags/')
104-
shell: bash
105-
run: |
106-
gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_uploading
107-
gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release_note
108-
env:
109-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102+
# - name: Trigger MirrorChyanUploading
103+
# if: startsWith(github.ref, 'refs/tags/')
104+
# shell: bash
105+
# run: |
106+
# gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_uploading
107+
# gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release_note
108+
# env:
109+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)