ceph-csi/.github/workflows/build-multi-stage.yaml
Madhu Rajanna 75e06f9581 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>
(cherry picked from commit 00d34fdb2d)
2020-12-03 10:53:10 +05:30

19 lines
486 B
YAML

---
name: multi-arch-build
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
jobs:
codespell:
name: multi-arch-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: multi-arch-build
# podman cannot pull images with both tag and digest
# https://github.com/containers/buildah/issues/1407
# use docker to build images
run: CONTAINER_CMD=docker ./scripts/build-multi-arch-image.sh