Compare commits
2 Commits
ff0f99646a
...
alex-patch
| Author | SHA1 | Date | |
|---|---|---|---|
| cfca222d33 | |||
| 35bbe33bf3 |
@@ -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 "Получилось!"
|
||||||
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 "Раннер работает На другой ветке!"
|
||||||
Reference in New Issue
Block a user