Skip to content

Commit

Permalink
ci: trigger jobs smarter on schema.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 4, 2021
1 parent 794d214 commit 51c65b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 521 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ on:
- "doc/**"
- "**/test-docs.yaml"
- "**.md"
- "**/schema.yaml"
push:
paths-ignore:
- "doc/**"
- "**/test-docs.yaml"
- "**.md"
- "**/schema.yaml"
branches-ignore:
- "dependabot/**"
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
pull_request:
paths:
- "doc/**"
- "**/schema.yaml"
- "**/test-docs.yaml"
push:
paths:
- "doc/**"
- "**/schema.yaml"
- "**/test-docs.yaml"
branches-ignore:
- "dependabot/**"
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
apiVersion: v1
name: jupyterhub
version: 0.0.1-set.by.chartpress
version: 0.10.6-n203.h794d214c
appVersion: 1.3.0
description: Multi-user Jupyter installation
home: https://z2jh.jupyter.org
Expand Down
Loading

0 comments on commit 51c65b0

Please sign in to comment.