Ignore docs path. (#6271)

This commit is contained in:
SamTV12345 2024-03-23 22:10:21 +01:00 committed by GitHub
parent 17d3339e14
commit 6def26b2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 52 additions and 8 deletions

View file

@ -1,7 +1,10 @@
# Leave the powered by Sauce Labs bit in as this means we get additional concurrency
name: "Frontend tests powered by Sauce Labs"
on: [push]
on:
push:
paths-ignore:
- 'doc/**'
permissions:
contents: read # to fetch code (actions/checkout)