Skip to content

Commit

Permalink
Skip CI on markdown only changes
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Lane <[email protected]>
  • Loading branch information
rick-a-lane-ii committed Mar 5, 2024
1 parent 30e227a commit ebbe2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-runner-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths:
- .github/workflows/github-runner-provisioner.yaml
- github-runner-provisioner/**
- '!**/*.md'
push:
branches:
- 'main'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths:
- .github/workflows/matrix.yaml
- provision-cluster/**
- '!**/*.md'
workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit ebbe2b4

Please sign in to comment.