CI: remove on-push hooks for actions w/ run on-pr

Because it results in jobs being scheduled twice, once because of push
and once because they are in a PR.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/322/head
Manos Pitsidianakis 2023-12-10 15:51:03 +02:00
parent e19f3e572c
commit 773254864b
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
4 changed files with 0 additions and 33 deletions

View File

@ -14,11 +14,6 @@ on:
push:
tags:
- v*
paths:
- 'melib/Cargo.toml'
- 'meli/Cargo.toml'
- 'Cargo.toml'
- 'Cargo.lock'
jobs:
build:

View File

@ -20,15 +20,6 @@ on:
- 'meli/Cargo.toml'
- 'Cargo.toml'
- 'Cargo.lock'
push:
paths:
- '.gitea/**'
- 'melib/src/**'
- 'melib/Cargo.toml'
- 'meli/src/**'
- 'meli/Cargo.toml'
- 'Cargo.toml'
- 'Cargo.lock'
jobs:
test:

View File

@ -21,16 +21,6 @@ on:
- 'Cargo.toml'
- 'Cargo.lock'
- '.cargo/config.toml'
push:
paths:
- '.gitea/**'
- 'melib/Cargo.toml'
- 'meli/Cargo.toml'
- 'fuzz/Cargo.toml'
- 'tool/Cargo.toml'
- 'Cargo.toml'
- 'Cargo.lock'
- '.cargo/config.toml'
jobs:
manifest_lint:

View File

@ -20,15 +20,6 @@ on:
- 'meli/Cargo.toml'
- 'Cargo.toml'
- 'Cargo.lock'
push:
paths:
- '.gitea/**'
- 'melib/src/**'
- 'melib/Cargo.toml'
- 'meli/src/**'
- 'meli/Cargo.toml'
- 'Cargo.toml'
- 'Cargo.lock'
jobs:
test: