Add workflow_dispatch condition to build.yml for debugging Forgejo Runner.
Some checks failed
Build / build (push) Failing after 4m10s
Some checks failed
Build / build (push) Failing after 4m10s
This commit is contained in:
parent
cc38b286cb
commit
ec17e06965
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
|
|
@ -11,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: "arch-linux"
|
||||
env:
|
||||
NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}"
|
||||
NEMESIS_BUILD_CHANNEL: "autobuild"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue