6 Commits

Author SHA1 Message Date
cfca222d33 Добавить .gitea/workflows/test_branches.yml 2025-04-24 14:18:17 +00:00
35bbe33bf3 Обновить .gitea/workflows/dispatch_prod.yaml 2025-04-02 12:55:54 +00:00
ff0f99646a Merge pull request 'Добавить .gitea/workflows/testrun.yml' (#3) from alex-patch-1 into main
Some checks failed
Deploy Pipeline with Manual Trigger / Deployment Task (push) Failing after 1s
Simple Deploy Pipeline / Print Welcome Message (push) Failing after 1s
Reviewed-on: #3
2025-04-02 12:23:42 +00:00
53a026c41d Добавить .gitea/workflows/testrun.yml 2025-04-02 12:23:29 +00:00
dbc94c4051 Merge pull request 'Обновить .gitea/workflows/dispatch_prod.yaml' (#2) from alex-patch-1 into main
Some checks failed
Deploy Pipeline with Manual Trigger / Deployment Task (push) Waiting to run
Simple Deploy Pipeline / Print Welcome Message (push) Has been cancelled
Reviewed-on: #2
2025-04-02 12:03:34 +00:00
6b6ed7b9ed Обновить .gitea/workflows/dispatch_prod.yaml 2025-04-02 12:02:51 +00:00
3 changed files with 17 additions and 5 deletions

View File

@@ -14,12 +14,8 @@ jobs:
deploy:
name: Deployment Task
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4
steps:
- name: Show Message
run: |
echo "Получилось!"

View File

@@ -0,0 +1,9 @@
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Раннер работает На другой ветке!"

View File

@@ -0,0 +1,7 @@
name: Test Runner
on: [workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Раннер работает!"