sadg
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
Hello World (Manual) / greet (push) Successful in 5s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m41s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m6s
CI Feature / Report Summary (push) Successful in 7s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
Hello World (Manual) / greet (push) Successful in 5s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m41s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m6s
CI Feature / Report Summary (push) Successful in 7s
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
name: Hello World (Manual)
|
name: Hello World (Manual)
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
# branches: [ main ] # Tai [ feature/ci-container ]
|
||||||
|
branches: [feature/ci-container]
|
||||||
jobs:
|
jobs:
|
||||||
greet:
|
greet:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Hello from manual dispatch, ${{ github.actor }}"
|
- run: echo "Hello"
|
||||||
|
|||||||
Reference in New Issue
Block a user