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