Skip to content

Commit

Permalink
Organize CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 23, 2023
1 parent 9cf4160 commit ff6543f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: bbw container build (rhel)
name: bbw-build-container-rhel

on:
push:
paths:
- .github/workflows/bb_containers_rhel.yml
- .github/workflows/bbw_build_container_rhel.yml
- "ci_build_images/**"
pull_request:
paths:
- .github/workflows/bb_containers_rhel.yml
- .github/workflows/bbw_build_container_rhel.yml
- "ci_build_images/**"

jobs:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# buildbot.mariadb.org

[![bbw container build](https://github.com/MariaDB/buildbot/actions/workflows/bb_containers.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bb_containers.yml)
[![bbm conf check](https://github.com/MariaDB/buildbot/actions/workflows/bbm_check_conf.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bbm_check_conf.yml)
[![bbm build container](https://github.com/MariaDB/buildbot/actions/workflows/bbm_build_container.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bbm_build_container.yml)
[![bbw-build-container](https://github.com/MariaDB/buildbot/actions/workflows/bbw_build_container.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bbw_build_container.yml)
[![bbw-build-container-rhel](https://github.com/MariaDB/buildbot/actions/workflows/bbw_build_container_rhel.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bbw_build_container_rhel.yml)
[![bbm-build-container](https://github.com/MariaDB/buildbot/actions/workflows/bbm_build_container.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bbm_build_container.yml)
[![bbm-deploy](https://github.com/MariaDB/buildbot/actions/workflows/bbm_deploy.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/bbm_deploy.yml)
[![eco container build](https://github.com/MariaDB/buildbot/actions/workflows/eco_containers.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/eco_containers.yml)

## pre-commit

Expand Down

0 comments on commit ff6543f

Please sign in to comment.