We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c41524 commit f0d3827Copy full SHA for f0d3827
1 file changed
.github/workflows/build.yml
@@ -99,11 +99,11 @@ jobs:
99
make_latest: true
100
files: pyappify_dist/*
101
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 }}
+ # - name: Trigger MirrorChyanUploading
+ # if: startsWith(github.ref, 'refs/tags/')
+ # shell: bash
+ # run: |
+ # gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_uploading
+ # gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release_note
+ # env:
+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments