[v4] update ci (#216)
All checks were successful
sync / sync (push) Successful in 25s

* update ci

* disable coverage job && update sync job
This commit is contained in:
2025-05-03 12:40:19 +05:00
committed by GitHub
parent 8c745c3f74
commit d7ffae7b16
3 changed files with 15 additions and 19 deletions

View File

@@ -8,13 +8,11 @@ on:
- '.gitea/**'
pull_request:
branches: [ main, v3, v4 ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
if: github.server_url != 'https://github.com'
if: github.server_url == 'zhttps://github.com'
runs-on: ubuntu-latest
steps:
- name: checkout code