Skip to content

Commit 9fba020

Browse files
ci: removed event_name == 'push' actions
1 parent 5a0b7b3 commit 9fba020

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ jobs:
8585
# If we move the install here we can use a const.
8686
run: cargo +"$EXTRA_RUST_TOOLCHAINS" fmt --all -- --check
8787

88-
- name: "Run clippy on push"
89-
if: github.event_name == 'push'
90-
run: scripts/run_tests.py --command clippy
91-
- name: "Run cargo doc on push"
92-
if: github.event_name == 'push'
93-
run: scripts/run_tests.py --command doc
94-
9588
- name: "Run taplo"
9689
run: scripts/taplo.sh
9790
- name: Run Machete (detect unused dependencies)
@@ -136,14 +129,6 @@ jobs:
136129
env:
137130
SEED: 0
138131

139-
- name: "Run tests on push"
140-
if: github.event_name == 'push'
141-
# TODO(AdiY/Dori): Better support for running tests on push.
142-
run: |
143-
scripts/run_tests.py --command test
144-
env:
145-
SEED: 0
146-
147132
integration-tests-pr:
148133
if: github.event_name == 'pull_request'
149134
uses: ./.github/workflows/integration-tests.yml

0 commit comments

Comments
 (0)