1
0

Обновить .gitea/workflows/automerge-with-core.yaml
All checks were successful
Merge core/template-android-project to this repo / check (push) Successful in 4m14s
Merge core/template-android-project to this repo / merge-if-needed (push) Has been skipped
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m17s

This commit is contained in:
Владимир Шперлинг 2024-03-03 17:24:27 +00:00
parent 6c10c32cc4
commit 11da8087bd

View File

@ -7,6 +7,10 @@ on:
jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo "Your repo is ${{ gitea.repository }}"
merge-if-needed:
if: false
runs-on: ubuntu-latest