1
0

Обновить .gitea/workflows/automerge-with-core.yaml
All checks were successful
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:39:37 +00:00
parent b5ff7d4a58
commit b583cfc257

View File

@ -7,10 +7,6 @@ on:
jobs: jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo "Your repo is ${{ gitea.repository }}"
merge-if-needed: merge-if-needed:
if: ${{ !contains(gitea.repository, 'core/template-android-project' ) }} if: ${{ !contains(gitea.repository, 'core/template-android-project' ) }}
runs-on: ubuntu-latest runs-on: ubuntu-latest