ci(trigger): Add manual
This commit is contained in:
parent
1e7ea79be1
commit
54973261e3
@ -3,6 +3,7 @@ on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [released]
|
||||
issue_comment:
|
||||
|
||||
|
||||
jobs:
|
||||
@ -10,6 +11,8 @@ jobs:
|
||||
container:
|
||||
image: debian:latest
|
||||
runs-on: [arm64]
|
||||
# For manual trigger via Gitea while they implement the workflow_dispatch
|
||||
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }}
|
||||
|
||||
steps:
|
||||
- name: Create ISO
|
||||
@ -40,6 +43,8 @@ jobs:
|
||||
container:
|
||||
image: debian:latest
|
||||
runs-on: [arm64]
|
||||
# For manual trigger via Gitea while they implement the workflow_dispatch
|
||||
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run arm' || github.event.comment.body == '!actions run all' }}
|
||||
|
||||
steps:
|
||||
- name: Create ISO
|
||||
|
Loading…
Reference in New Issue
Block a user