Compare commits
6 Commits
be634d9aab
...
alex-patch
| Author | SHA1 | Date | |
|---|---|---|---|
| cfca222d33 | |||
| 35bbe33bf3 | |||
| ff0f99646a | |||
| 53a026c41d | |||
| dbc94c4051 | |||
| 6b6ed7b9ed |
@@ -14,12 +14,8 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deployment Task
|
name: Deployment Task
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Show Message
|
- name: Show Message
|
||||||
run: |
|
run: |
|
||||||
echo "Получилось!"
|
echo "Получилось!"
|
||||||
9
.gitea/workflows/test_branches.yml
Normal file
9
.gitea/workflows/test_branches.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Раннер работает На другой ветке!"
|
||||||
7
.gitea/workflows/testrun.yml
Normal file
7
.gitea/workflows/testrun.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name: Test Runner
|
||||||
|
on: [workflow_dispatch]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Раннер работает!"
|
||||||
Reference in New Issue
Block a user