Exclude github workflow edits from CI (#10261)

This commit is contained in:
Adriane Boyd 2022-02-11 14:22:43 +01:00 committed by GitHub
parent bbaf41fb3b
commit 9a06a210ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ pr:
- "*.md"
- "website/docs/*"
- "website/src/*"
- ".github/workflows/*"
jobs:
# Perform basic checks for most important errors (syntax etc.) Uses the config