mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 21:53:26 +00:00
ci: skip test for invalid PRs (#2013)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: "CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -11,7 +12,7 @@ on:
|
||||
- "docs/**"
|
||||
- "README.md"
|
||||
- "LICENSE"
|
||||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -43,3 +44,7 @@ jobs:
|
||||
|
||||
- name: Test Site
|
||||
run: bash tools/test.sh
|
||||
|
||||
check-commit:
|
||||
needs: build
|
||||
uses: ./.github/workflows/commitlint.yml
|
||||
|
||||
Reference in New Issue
Block a user