update ci (#265)
This commit is contained in:
2
.github/workflows/job_coverage.yml
vendored
2
.github/workflows/job_coverage.yml
vendored
@@ -8,8 +8,6 @@ on:
|
|||||||
- '.gitea/**'
|
- '.gitea/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, v3, v4 ]
|
branches: [ main, v3, v4 ]
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
5
.github/workflows/job_sync.yml
vendored
5
.github/workflows/job_sync.yml
vendored
@@ -3,11 +3,6 @@ name: sync
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * * *'
|
- cron: '*/5 * * * *'
|
||||||
# push:
|
|
||||||
# branches: [ master, v3, v4 ]
|
|
||||||
# paths-ignore:
|
|
||||||
# - '.github/**'
|
|
||||||
# - '.gitea/**'
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user