From 4e925583cad8d3a9269016a08255ec375f5f6ec1 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 4 Oct 2025 22:50:00 +0200 Subject: chore: update mailing list address --- .build.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 0af8944..615d385 100644 --- a/.build.yml +++ b/.build.yml @@ -12,7 +12,7 @@ environment: triggers: - action: email condition: failure - to: "<~pml68/dev@lists.sr.ht>" + to: "<~pml68/iced-crates@lists.sr.ht>" artifacts: - iced-builder-x86_64-unknown-linux-gnu tasks: @@ -31,19 +31,10 @@ tasks: cd iced-builder if [ "$BUILD_SUBMITTER" = "git.sr.ht" ] then - if [ "$GIT_REF" != "refs/heads/master" ] - then - complete-build - fi - if [ "$(git remote get-url origin)" != "https://git.sr.ht/~pml68/iced-builder" ] - then - complete-build - fi - fi - if [ "$BUILD_REASON" = "patchset" ] - then - complete-build + [ "$GIT_REF" = "refs/heads/master" ] || complete-build + [ "$(git remote get-url origin)" = "https://git.sr.ht/~pml68/iced-builder" ] || complete-build fi + [ "$BUILD_REASON" = "patchset" ] && complete-build - build-stable: | cd iced-builder -- cgit v1.2.3