From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:42:40 +0000 (+0100) Subject: Activate build checks on the development branch rather than the danger branch. X-Git-Tag: 4.1~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e4404c848bf8d710b7be14b08aa0c90aa2aa9b;p=thirdparty%2Fshairport-sync.git Activate build checks on the development branch rather than the danger branch. --- diff --git a/.github/workflows/check_ap2_systemd_basic.yml b/.github/workflows/check_ap2_systemd_basic.yml index f8919861..dbe28255 100644 --- a/.github/workflows/check_ap2_systemd_basic.yml +++ b/.github/workflows/check_ap2_systemd_basic.yml @@ -1,8 +1,8 @@ -name: Basic AP2 on systemd in build folder +name: Basic ALSA configuration for systemd, using a build folder. on: push: - branches: [ "danger" ] + branches: [ "development" ] jobs: build: diff --git a/.github/workflows/check_ap2_systemd_full.yml b/.github/workflows/check_ap2_systemd_full.yml index c7e2bb83..fff12cbf 100644 --- a/.github/workflows/check_ap2_systemd_full.yml +++ b/.github/workflows/check_ap2_systemd_full.yml @@ -1,8 +1,8 @@ -name: Full AP2 on systemd build in place +name: Full configuration (but without apple-alac) for systemd. on: push: - branches: [ "danger" ] + branches: [ "development" ] jobs: build: diff --git a/.github/workflows/check_ap2_systemd_full_build_folder.yml b/.github/workflows/check_ap2_systemd_full_build_folder.yml index 065ada59..bcdf9103 100644 --- a/.github/workflows/check_ap2_systemd_full_build_folder.yml +++ b/.github/workflows/check_ap2_systemd_full_build_folder.yml @@ -1,8 +1,8 @@ -name: Full AP2 on systemd in build folder +name: Full configuration (but without apple-alac) for systemd, using a build folder. on: push: - branches: [ "danger" ] + branches: [ "development" ] jobs: build: diff --git a/.github/workflows/check_ap2_systemv_full.yml b/.github/workflows/check_ap2_systemv_full.yml index eee1b468..0ea08f86 100644 --- a/.github/workflows/check_ap2_systemv_full.yml +++ b/.github/workflows/check_ap2_systemv_full.yml @@ -1,8 +1,8 @@ -name: AP2 on System V in place +name: Full configuration (but without apple-alac) for a System V system. on: push: - branches: [ "danger" ] + branches: [ "development" ] jobs: build: diff --git a/.github/workflows/check_classic_mac_basic.yml b/.github/workflows/check_classic_mac_basic.yml index abe75591..2dc4e715 100644 --- a/.github/workflows/check_classic_mac_basic.yml +++ b/.github/workflows/check_classic_mac_basic.yml @@ -1,4 +1,4 @@ -name: Classic on macOS with brew +name: Basic libao configuration for macOS with BREW -- classic only, because macOS can't host NQPTP. on: push: diff --git a/.github/workflows/check_classic_systemd_basic.yml b/.github/workflows/check_classic_systemd_basic.yml index 952c2daa..dc2e9ec4 100644 --- a/.github/workflows/check_classic_systemd_basic.yml +++ b/.github/workflows/check_classic_systemd_basic.yml @@ -1,8 +1,8 @@ -name: Basic Classic on systemd +name: Basic ALSA classic configuration for systemd, using a build folder. on: push: - branches: [ "danger" ] + branches: [ "development" ] jobs: build: diff --git a/.github/workflows/check_classic_systemd_full.yml b/.github/workflows/check_classic_systemd_full.yml index c648aa76..bf3ad651 100644 --- a/.github/workflows/check_classic_systemd_full.yml +++ b/.github/workflows/check_classic_systemd_full.yml @@ -1,8 +1,8 @@ -name: Classic on systemd in build folder +name: Full classic configuration (but without apple-alac) for systemd, using a build folder. on: push: - branches: [ "danger" ] + branches: [ "development" ] jobs: build: