diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-31 16:27:07 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-31 16:27:07 -0500 |
| commit | d4aabea6e7f32690e39140062f1829a180d7f698 (patch) | |
| tree | 9041184307d0ae85cda1262522ba825f55562444 /.github/workflows | |
| parent | bb85a97d1bbfab9bbd97fc2253f1e2aa12de9208 (diff) | |
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
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust_testing.yml | 7 |
1 files changed, 0 insertions, 7 deletions
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: |
