From d4aabea6e7f32690e39140062f1829a180d7f698 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 31 Jan 2025 16:27:07 -0500 Subject: Remove the push trigger on Rust testing CI This is still being triggered by non-rust commits, need to look into this further later. Fixes #6378 --- .github/workflows/rust_testing.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github/workflows/rust_testing.yml') diff --git a/.github/workflows/rust_testing.yml b/.github/workflows/rust_testing.yml index 1375d72b..b6155f9f 100644 --- a/.github/workflows/rust_testing.yml +++ b/.github/workflows/rust_testing.yml @@ -7,13 +7,6 @@ name: Rust Testing on: workflow_dispatch: - push: - branches: - - '**' - paths: - - '**.rs' - - '**.toml' - - 'rust/**' # Pull request target allows us to use the bn license and serial for PR's # to insure we do not leak the license the workflow is required to be approved manually. pull_request_target: -- cgit v1.3.1