Skip to content

Commit

Permalink
ci: Do not run on arch docs
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Aug 11, 2021
1 parent 7a91f3b commit c8b8a9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Tests

on:
push: {}
pull_request: {}
push:
paths-ignore:
- 'docs/arch/**'
pull_request:
paths-ignore:
- 'docs/arch/**'
schedule:
- cron: '0 3 * * *'

Expand Down

0 comments on commit c8b8a9a

Please sign in to comment.