[ci skip] ci: Don't run actions twice

This commit is contained in:
NotMyFault 2022-01-31 21:13:44 +01:00
parent faa2477305
commit 2bb72ebfea
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -11,6 +11,7 @@ on:
jobs:
update_release_draft:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.17.6