mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Run website workflows for changes to Fleet maintained apps (#36775)
This commit is contained in:
parent
abe7306f67
commit
3eb444473e
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deploy-fleet-website.yml
vendored
1
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- 'handbook/**'
|
||||
- 'articles/**'
|
||||
- 'schema/**'
|
||||
- "ee/maintained-apps/outputs/**"
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
|
|
|
|||
1
.github/workflows/test-website.yml
vendored
1
.github/workflows/test-website.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- "schema/**"
|
||||
- "articles/**"
|
||||
- ".github/workflows/test-website.yml"
|
||||
- "ee/maintained-apps/outputs/**"
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Reference in a new issue