mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 10:38:21 +00:00
Don't run build and test if only docs changed (#24530)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
2
.github/workflows/cron-licenses.yml
vendored
2
.github/workflows/cron-licenses.yml
vendored
@@ -6,8 +6,8 @@ on:
|
||||
|
||||
jobs:
|
||||
cron-licenses:
|
||||
if: github.repository == "go-gitea/gitea"
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'go-gitea/gitea'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
|
Reference in New Issue
Block a user