mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 01:10:06 +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:
|
||||
name: Save master environment
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '!diffcalc') }}
|
||||
outputs:
|
||||
HEAD: ${{ steps.get-head.outputs.HEAD }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user