chore(ci): manually trigger
This commit is contained in:
parent
03e47a04ea
commit
977128276a
9
.github/workflows/build-pro-image.yml
vendored
9
.github/workflows/build-pro-image.yml
vendored
@ -5,9 +5,12 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
branches:
|
inputs:
|
||||||
- '**'
|
pr_number:
|
||||||
|
description: 'Please enter a pull request number'
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
if: github.event.pull_request.head.repo.fork != true
|
if: github.event.pull_request.head.repo.fork != true
|
||||||
|
Loading…
Reference in New Issue
Block a user