Add demo pipeline workflow for push events
All checks were successful
/ demo-pipeline (push) Successful in 11s
All checks were successful
/ demo-pipeline (push) Successful in 11s
This commit is contained in:
parent
3eaa3a1917
commit
7203d5ea51
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/demo-pipeline.yaml
Normal file
7
.forgejo/workflows/demo-pipeline.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
demo-pipeline:
|
||||||
|
runs-on: docker # this is the label we have on the runner by default
|
||||||
|
steps:
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
- run: echo Hello World! This is a test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue