btrfs-progs: ci: promote fast CI image build to be the default one

Promote the fast workflow so it's in the place of ci-build-test.yml,
make it run for most branches.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2024-06-28 00:41:55 +02:00
parent ddd3282b08
commit 49d28bfedb
1 changed files with 6 additions and 4 deletions

View File

@ -1,16 +1,18 @@
# Backward compatibility build tests on various distros
#
# - all compatibility docker image build tests (no local build)
# - same as ci-build-test.yml but does not rebuild the docker images here but
# pulls them from docker hub, which is faster overall but may get out of sync
# - images are not rebuilt when the workflow runs but are pulled from docker hub
# and can be slightly out of date
name: CI image tests fast
run-name: CI image tests fast
name: CI image tests
run-name: CI image tests
on:
push:
branches:
- "ci/**"
- devel
- release-test
- master
jobs:
check-centos7:
name: CI Centos 7