4 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
3 changed files with 17 additions and 4 deletions

View File

@@ -15,10 +15,7 @@ jobs:
name: Deployment Task name: Deployment Task
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Show Message - name: Show Message
run: | run: |
echo "Получилось!" 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 "Раннер работает!"