Skip to content

Commit 54dc97d

Browse files
committed
removed ci steps from running on main after merge
1 parent 617f413 commit 54dc97d

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

.github/workflows/rust-clippy.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@
1010
name: rust-clippy analyze
1111

1212
on:
13-
push:
14-
branches: [ "main" ]
1513
pull_request:
16-
# The branches below must be a subset of the branches above
17-
branches: [ "main" ]
18-
schedule:
19-
- cron: '44 8 * * 4'
14+
branches:
15+
- main
2016

2117
jobs:
2218
rust-clippy-analyze:
@@ -44,9 +40,3 @@ jobs:
4440
--all-features
4541
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
4642
continue-on-error: true
47-
48-
- name: Upload analysis results to GitHub
49-
uses: github/codeql-action/upload-sarif@v1
50-
with:
51-
sarif_file: rust-clippy-results.sarif
52-
wait-for-processing: true

.github/workflows/rust-grcov.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push, pull_request]
1+
2+
on:
3+
pull_request:
4+
branches:
5+
- main
26

37
name: Code coverage with grcov
48

0 commit comments

Comments
 (0)