From 49c1b680bce146c5c476260c974a0722902d6fa1 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Thu, 29 Aug 2024 12:24:12 -0700 Subject: [PATCH] nginx-buildbot: removed an older branch name for stable. --- .github/workflows/nginx-buildbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nginx-buildbot.yml b/.github/workflows/nginx-buildbot.yml index a3c1dbb..1510ccf 100644 --- a/.github/workflows/nginx-buildbot.yml +++ b/.github/workflows/nginx-buildbot.yml @@ -22,7 +22,7 @@ jobs: ref_found=0 ALLOWED_ORGS="nginx nginxinc" ALLOWED_EVENTS="push" - ALLOWED_REFS="refs/heads/main refs/heads/master refs/heads/stable-1.26 refs/heads/branches/stable-1.26" + ALLOWED_REFS="refs/heads/main refs/heads/master refs/heads/stable-1.26" for org in $ALLOWED_ORGS; do if [ "$org" == "$GITHUB_REPOSITORY_OWNER" ]; then org_found=1; fi done