From dec8307a769fbacd5f855282c0dc29187e40119f Mon Sep 17 00:00:00 2001 From: Edd Barrett Date: Mon, 6 Nov 2023 14:42:49 +0000 Subject: [PATCH 1/3] test again. --- .buildbot.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.buildbot.sh b/.buildbot.sh index 8fa94df..c1d0a6d 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -2,10 +2,17 @@ set -e +# We only want checks to really run when a github merge queue pushes a branch. +if [ "${EVENT}" = "pull_request" ]; then + exit 0 +elif [ "${EVENT}" != "push" ]; then + echo "Unknown event. Failing CI" +fi + for i in `seq 30`; do echo $i done echo hi 1 -exit 0 +exit 1 From 5c3c71c97baa9e47e7f09452137af4d682786550 Mon Sep 17 00:00:00 2001 From: Edd Barrett Date: Mon, 6 Nov 2023 14:56:41 +0000 Subject: [PATCH 2/3] don't need. --- .buildbot.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.buildbot.sh b/.buildbot.sh index c1d0a6d..4737c49 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -2,13 +2,6 @@ set -e -# We only want checks to really run when a github merge queue pushes a branch. -if [ "${EVENT}" = "pull_request" ]; then - exit 0 -elif [ "${EVENT}" != "push" ]; then - echo "Unknown event. Failing CI" -fi - for i in `seq 30`; do echo $i done From bd2f2f0afe346090db24d3806c43b37e4d6faae1 Mon Sep 17 00:00:00 2001 From: Edd Barrett Date: Mon, 6 Nov 2023 15:05:05 +0000 Subject: [PATCH 3/3] try this. --- .github/workflows/sdci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sdci.yml b/.github/workflows/sdci.yml index f44dd48..78ed040 100644 --- a/.github/workflows/sdci.yml +++ b/.github/workflows/sdci.yml @@ -1,3 +1,2 @@ on: - pull_request: merge_group: