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

This commit is contained in:
moilanik
2026-06-16 06:51:38 +03:00
parent 68fbd35ac2
commit 0bc4348b04
+6 -2
View File
@@ -1,7 +1,11 @@
name: Hello World (Manual)
on: workflow_dispatch
on:
workflow_dispatch:
push:
# branches: [ main ] # Tai [ feature/ci-container ]
branches: [feature/ci-container]
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from manual dispatch, ${{ github.actor }}"
- run: echo "Hello"