From 50647178a9fe532ae579a52df288e86ee5c7d7be Mon Sep 17 00:00:00 2001 From: Kanvi Pasricha Date: Tue, 21 Apr 2026 17:49:10 +0530 Subject: [PATCH] Removed test branch from YML --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d4d08faf..a360ad68 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -12,7 +12,7 @@ jobs: if: > github.actor == 'oci-dex-release-bot' && github.event.pull_request.user.login == 'oci-dex-release-bot' && - (github.event.pull_request.base.ref == 'master' || github.event.pull_request.base.ref == 'auto-approve-test') + github.event.pull_request.base.ref == 'master' runs-on: ubuntu-latest steps: