Skip to content

Commit

Permalink
MAINT: Prevent superfluous workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Jul 12, 2024
1 parent 09f2840 commit 144e130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightwatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
paths:
- '.github/workflows/nightwatch.yaml'
- 'smoketest/**'
- '!smoketest/k8s/base/versions/*'
pull_request:
paths:
- '.github/workflows/nightwatch.yaml'
- 'smoketest/**'
- '!smoketest/k8s/base/versions/*'

jobs:
build:
Expand Down

0 comments on commit 144e130

Please sign in to comment.