1
0
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:
Dan Balasescu 2024-11-07 19:15:58 +09:00
parent aad9f4078e
commit cb2e5ac2c4
No known key found for this signature in database

View File

@ -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: