chore: Replace Repo Name

This commit is contained in:
WhizPanda
2023-12-02 23:04:04 +08:00
Unverified
parent 61c9b304d7
commit 5f4c7076ab
9 changed files with 12 additions and 18 deletions

View File

@@ -24,7 +24,6 @@ jobs:
os: ubuntu-22.04
runs-on: ${{ matrix.targets.os }}
if: startsWith(github.repository, 'wonfen')
steps:
- name: Checkout repository
uses: actions/checkout@v2

View File

@@ -17,7 +17,6 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
if: startsWith(github.repository, 'wonfen')
steps:
- name: Checkout repository
uses: actions/checkout@v4

View File

@@ -17,7 +17,6 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
if: startsWith(github.repository, 'wonfen')
steps:
- name: Checkout repository
uses: actions/checkout@v2

View File

@@ -28,7 +28,6 @@ env:
jobs:
release:
runs-on: ${{ github.event.inputs.os }}
if: startsWith(github.repository, 'wonfen')
steps:
- name: System Version
run: |

View File

@@ -5,8 +5,6 @@ on: workflow_dispatch
jobs:
release-update:
runs-on: ubuntu-latest
if: |
startsWith(github.repository, 'wonfen')
steps:
- name: Checkout repository
uses: actions/checkout@v3