mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
禁用无用的Github Action Job
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -446,7 +446,7 @@ jobs:
|
||||
upload_token: ${{ secrets.MirrorChyanUploadToken }}
|
||||
|
||||
cnb_uploading:
|
||||
if: github.repository_owner == 'babalae'
|
||||
if: github.repository_owner == 'babalae' && false
|
||||
needs: [validate, build_dist, build_installer]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -460,7 +460,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install requests
|
||||
pip install -r requirements.txt
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
@@ -553,7 +553,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install requests
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Trigger CNB Build
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user