Skip to content

Commit

Permalink
adding paths-ignore to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed May 22, 2024
1 parent 4288ed3 commit da3c64a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- 'main'
pull_request:
paths-ignore:
- 'experiental_notebooks/**'
types:
- 'opened'
- 'synchronize'
Expand All @@ -27,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4 # changed from v3 to v4
uses: actions/checkout@v3

- name: Validate notebooks
uses: mhitza/[email protected]
Expand Down

0 comments on commit da3c64a

Please sign in to comment.