Skip to content

Commit

Permalink
Merge pull request #73 from datawire/rlane/skip-ci-on-markdown-only
Browse files Browse the repository at this point in the history
Skip CI on markdown only changes
  • Loading branch information
rick-a-lane-ii authored Mar 5, 2024
2 parents 30e227a + ebbe2b4 commit bbed50b
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 bbed50b

Please sign in to comment.