Skip to content

Commit

Permalink
ci: force trigger mirrorc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 8, 2025
1 parent 0122207 commit 2a219e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,9 @@ jobs:
with:
files: assets/*
tag_name: ${{ needs.meta.outputs.tag }}

- name: Trigger MirrorChyanUploading
run: |
gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/mirrorchyan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: mirrorchyan

on:
workflow_dispatch:
release:
types: [published]

jobs:
mirrorchyan:
Expand Down

0 comments on commit 2a219e8

Please sign in to comment.