mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 06:37:43 +08:00
Skip diffcalc job if target is not valid
Same as all other jobs... Just so that it doesn't appear as "completed" in the workflow list.
This commit is contained in:
parent
aad9f4078e
commit
cb2e5ac2c4
1
.github/workflows/diffcalc.yml
vendored
1
.github/workflows/diffcalc.yml
vendored
@ -107,6 +107,7 @@ jobs:
|
|||||||
master-environment:
|
master-environment:
|
||||||
name: Save master environment
|
name: Save master environment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '!diffcalc') }}
|
||||||
outputs:
|
outputs:
|
||||||
HEAD: ${{ steps.get-head.outputs.HEAD }}
|
HEAD: ${{ steps.get-head.outputs.HEAD }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user