mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 19:10:21 +00:00
ci: run github work flow only for pull request
currently github action are getting trigerred for both pull and push request, this commits removes the action for push events. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
3433cefaa5
commit
00d34fdb2d
1
.github/workflows/build-multi-stage.yaml
vendored
1
.github/workflows/build-multi-stage.yaml
vendored
@ -2,7 +2,6 @@
|
|||||||
name: multi-arch-build
|
name: multi-arch-build
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
7
.github/workflows/codespell.yaml
vendored
7
.github/workflows/codespell.yaml
vendored
@ -4,14 +4,9 @@
|
|||||||
name: Codespell
|
name: Codespell
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- v*
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
codespell:
|
codespell:
|
||||||
name: codespell
|
name: codespell
|
||||||
|
Loading…
Reference in New Issue
Block a user