9 Commits

Author SHA1 Message Date
8b42312aa7 Merge pull request 'Обновить README.md' (#8) from alex_second-patch-1 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 1s
Reviewed-on: #8
2025-04-02 14:36:53 +00:00
0868f9e638 Обновить README.md
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
2025-04-02 14:36:26 +00:00
283d992ed9 Merge pull request 'Обновить README.md' (#7) from readme_change_test into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in -1s
Reviewed-on: #7
2025-04-02 14:21:43 +00:00
aaf3bd6aa9 Обновить README.md
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in -1s
2025-04-02 14:21:04 +00:00
d4bd111233 Merge pull request 'Обновить .gitea/workflows/merge_prod.yml' (#6) from new_merge into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 0s
Reviewed-on: #6
2025-04-02 14:10:39 +00:00
9752597a68 Обновить .gitea/workflows/merge_prod.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
2025-04-02 14:10:08 +00:00
e8f5874712 Merge pull request 'Обновить .gitea/workflows/dispatch_prod.yml' (#5) from alex-patch-2 into main
Some checks failed
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 0s
Simple Deploy Pipeline / Print Welcome Message (push) Failing after 2s
Reviewed-on: #5
2025-04-02 12:58:28 +00:00
5d3e06c0ac Обновить .gitea/workflows/dispatch_prod.yml 2025-04-02 12:58:13 +00:00
bee27b6acb Merge pull request 'Обновить .gitea/workflows/dispatch_prod.yaml' (#4) from alex-patch-1 into main
Some checks failed
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 0s
Simple Deploy Pipeline / Print Welcome Message (push) Failing after 1s
Reviewed-on: #4
2025-04-02 12:56:17 +00:00
5 changed files with 14 additions and 28 deletions

View File

@@ -1,19 +0,0 @@
name: Simple Deploy Pipeline
on:
push:
branches:
- main
jobs:
print-message:
name: Print Welcome Message
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Print message
run: echo "Красота во всем"

View File

@@ -0,0 +1,13 @@
name: Merge Success Notification
on:
pull_request:
types: [closed]
branches: [main]
jobs:
notify-on-merge:
runs-on: ubuntu-latest
steps:
- name: Print merge success
run: echo "Удачное слияние в ветку main"

View File

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

View File

@@ -1,2 +1,3 @@
# test_prod_deploy # test_prod_deploy
Злобный тест