From 8d2894cd5d2a0fd425fa2bb8aa4c5acb5b1936b3 Mon Sep 17 00:00:00 2001 From: Jonathan Swartz Date: Tue, 7 Jan 2025 11:08:53 +1300 Subject: [PATCH] Updating fvdb and whitespace actions for PR bot workflow Signed-off-by: Jonathan Swartz --- .github/workflows/fvdb.yml | 8 +++----- .github/workflows/fvdb_codestyle.yml | 6 ++---- .github/workflows/whitespace.yml | 6 ++---- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/fvdb.yml b/.github/workflows/fvdb.yml index 3f67b8e062..9325c9a927 100644 --- a/.github/workflows/fvdb.yml +++ b/.github/workflows/fvdb.yml @@ -1,11 +1,9 @@ name: fVDB Unit Tests on: - pull_request: + push: branches: - - 'master' - - 'feature/**' - - 'pr/**' + - "pull-request/[0-9]+" paths-ignore: - 'CHANGES' - 'CODEOWNERS' @@ -233,4 +231,4 @@ jobs: run: | echo "Cleaning up /__w/_temp directory" sudo rm -rf /__w/_temp/* - echo "Cleanup completed" \ No newline at end of file + echo "Cleanup completed" diff --git a/.github/workflows/fvdb_codestyle.yml b/.github/workflows/fvdb_codestyle.yml index c3cb436dd4..525b67c98b 100644 --- a/.github/workflows/fvdb_codestyle.yml +++ b/.github/workflows/fvdb_codestyle.yml @@ -1,10 +1,8 @@ name: fVDB Code Style on: - pull_request: + push: branches: - - 'master' - - 'feature/**' - - 'pr/**' + - "pull-request/[0-9]+" paths-ignore: - 'CHANGES' - 'CODEOWNERS' diff --git a/.github/workflows/whitespace.yml b/.github/workflows/whitespace.yml index 57c3f74b00..213da0e5c6 100644 --- a/.github/workflows/whitespace.yml +++ b/.github/workflows/whitespace.yml @@ -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/**'