Skip to content

Commit

Permalink
Updating fvdb and whitespace actions for PR bot workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Swartz <[email protected]>
  • Loading branch information
swahtz committed Jan 7, 2025
1 parent f655251 commit 8d2894c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/fvdb.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: fVDB Unit Tests

on:
pull_request:
push:
branches:
- 'master'
- 'feature/**'
- 'pr/**'
- "pull-request/[0-9]+"
paths-ignore:
- 'CHANGES'
- 'CODEOWNERS'
Expand Down Expand Up @@ -233,4 +231,4 @@ jobs:
run: |
echo "Cleaning up /__w/_temp directory"
sudo rm -rf /__w/_temp/*
echo "Cleanup completed"
echo "Cleanup completed"
6 changes: 2 additions & 4 deletions .github/workflows/fvdb_codestyle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: fVDB Code Style
on:
pull_request:
push:
branches:
- 'master'
- 'feature/**'
- 'pr/**'
- "pull-request/[0-9]+"
paths-ignore:
- 'CHANGES'
- 'CODEOWNERS'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Whitespace

on:
push:
paths-ignore:
- 'pendingchanges/**'
- 'tsc/meetings/**'
pull_request:
branches:
- "pull-request/[0-9]+"
paths-ignore:
- 'pendingchanges/**'
- 'tsc/meetings/**'
Expand Down

0 comments on commit 8d2894c

Please sign in to comment.