Skip to content

Commit

Permalink
workflows添加仓库验证
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Mar 13, 2021
1 parent 7b51682 commit 62bb118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bilibili-daily-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
Ray_Serilog__WriteTo__0__Args__outputTemplate: ${{secrets.CONSOLELOGTEMPLATE}}
run: |
cd ./src/Ray.BiliBiliTool.Console/bin/Publish/net5-dependent
dotnet Ray.BiliBiliTool.Console.dll -runTasks=daily -closeConsoleWhenEnd=1 ${{secrets.OTHERCONFIGS}}
dotnet Ray.BiliBiliTool.Console.dll -runTasks=Daily -closeConsoleWhenEnd=1 ${{secrets.OTHERCONFIGS}}
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
name: publish relesae
if: ${{ github.repository == 'RayWangQvQ/BiliBiliTool' }}
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
repo-sync:
if: ${{ github.repository != 'RayWangQvQ/BiliBiliTool' }}

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 62bb118

Please sign in to comment.