CI: allow update-srcinfo workflow_dispatch on forks

To allow for testing/working on the workflow.
This commit is contained in:
jeremyd2019
2020-08-21 21:45:15 -07:00
committed by GitHub
parent 55a3526669
commit 9de8ca6a46

View File

@@ -9,7 +9,7 @@ on:
jobs:
update-srcinfo:
runs-on: windows-latest
if: ${{ github.repository == 'msys2/MSYS2-packages' }}
if: ${{ github.repository == 'msys2/MSYS2-packages' || github.event_name == 'workflow_dispatch' }}
defaults:
run:
shell: msys2 {0}