CI: allow update-srcinfo workflow_dispatch on forks
To allow for testing/working on the workflow.
This commit is contained in:
2
.github/workflows/generate-srcinfo.yml
vendored
2
.github/workflows/generate-srcinfo.yml
vendored
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user