mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-26 17:09:19 +08:00
Do not run auto-test for markdown-only commits. Update versions
This commit is contained in:
5
.github/workflows/auto-test.yml
vendored
5
.github/workflows/auto-test.yml
vendored
@@ -6,8 +6,12 @@ name: Auto Test
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
|
||||
jobs:
|
||||
auto-test:
|
||||
@@ -36,6 +40,7 @@ jobs:
|
||||
env:
|
||||
HEADLESS_TEST: 1
|
||||
JUST_FOR_TEST: ${{ secrets.JUST_FOR_TEST }}
|
||||
|
||||
check-linters:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Reference in New Issue
Block a user