[v4] update ci (#150)
* update ci * added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
3
.github/workflows/job_coverage.yml
vendored
3
.github/workflows/job_coverage.yml
vendored
@@ -8,12 +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'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout code
|
||||
|
Reference in New Issue
Block a user