Skip to content

Commit

Permalink
Ignore docs changes for yb-ctl GH action (yugabyte#7388)
Browse files Browse the repository at this point in the history
Ignore docs changes for yb-ctl workflow

Summary: Ignore docs paths for some GH checks. 
* Can't have both a paths and a paths-ignore entry. Changing to negative syntax for the docs path to be ignored.

Co-authored-by: Alex Ball <aball@yugabyte.com>
  • Loading branch information
iSignal and Alex Ball authored Jul 27, 2021
1 parent c18b04f commit c90c107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/yb-ctl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- master
paths:
- '**/yb-ctl*'
- '!docs/**'

pull_request:
branches:
- master
paths:
- '**/yb-ctl*'

- '!docs/**'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
yb-ctl-test:
Expand Down

0 comments on commit c90c107

Please sign in to comment.