1 Commits

Author SHA1 Message Date
10430540ed Update 2025-11-25 15:01:10 +03:00
4 changed files with 12 additions and 26 deletions

View File

@@ -6,16 +6,15 @@ on:
tags:
- v*.*.*
jobs:
second-job:
runs-on: sirius # docker, sirius или golang
runs-on: docker # docker, sirius или golang
steps:
- run: |
if [ ${{ gitea.actor }} == 'VlaDislava28' ]; then
if [ ${{ gitea.actor }} == 'alex' ]; then
echo "Hello, ${{ gitea.actor }}"
else
echo "Hello, Vlada"
echo "Hello, student"
fi
# Клонируем репозиторий для Runnera

View File

@@ -4,8 +4,9 @@ run-name: "Check Job condition"
on:
issues:
types:
- closed
- labeled
- opened
- unlabeled
jobs:
check-condition:
@@ -13,7 +14,12 @@ jobs:
# if: contains(github.event.issue.labels.*.name, 'bug')
steps:
# Поздароваемся
- name: Hello
if: github.event.issue.user.login == 'alex'
run: echo "Hello, Alex!!!"
# Выводим текстовое сообщение
- name: Echo test
# if: contains(github.event.issue.labels.*.name, 'bug')
if: contains(github.event.issue.labels.*.name, 'bug')
run: echo "${{ toJson(github.event.issue) }}"

View File

@@ -1,20 +0,0 @@
name: "Example condition"
run-name: "Check Job condition"
on:
issues:
types:
- labeled
- opened
- unlabeled
jobs:
check-condition:
runs-on: sirius # docker, sirius или golang
# if: contains(github.event.issue.labels.*.name, 'bug')
steps:
# Выводим текстовое сообщение
- name: Echo test
# if: contains(github.event.issue.labels.*.name, 'bug')
run: echo "${{ toJson(github.event.issue) }}"

1
issue.json Normal file
View File

@@ -0,0 +1 @@
hjkdshf ahsldf