mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 05:49:55 +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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user