Skip to content

Commit

Permalink
Skip testing workflow when only docs are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Jul 13, 2023
1 parent e6baa7c commit a7e08ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches:
- master
paths:
- 'CIME/**'
paths-ignore:
- 'doc/**'

pull_request:
branches:
- master
paths:
- 'CIME/**'
paths-ignore:
- 'doc/**'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit a7e08ab

Please sign in to comment.