mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Gorp
This commit is contained in:
parent
7c981b32a4
commit
fab9dcb4e5
2
.github/workflows/update_release.yml
vendored
2
.github/workflows/update_release.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
Update_Release:
|
||||
name: Create/Update Release
|
||||
if: ${{ github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
|
||||
if: github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create/Update Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user