Skip to content

Commit d4aabea

Browse files
committed
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
1 parent bb85a97 commit d4aabea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/rust_testing.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ name: Rust Testing
77

88
on:
99
workflow_dispatch:
10-
push:
11-
branches:
12-
- '**'
13-
paths:
14-
- '**.rs'
15-
- '**.toml'
16-
- 'rust/**'
1710
# Pull request target allows us to use the bn license and serial for PR's
1811
# to insure we do not leak the license the workflow is required to be approved manually.
1912
pull_request_target:

0 commit comments

Comments
 (0)