From 0d6e1241b0244336725fcada31c3f4300bfa3d08 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Fri, 10 Nov 2023 10:59:48 -0800 Subject: [PATCH] Temporarily remove develop branch check. --- .github/workflows/alpha.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 01ec4a7540..d41e6c6ab7 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -39,13 +39,6 @@ jobs: steps: - - name: Assert develop branch - run: | - case "${{ github.ref }}" in - *develop) ;; - *) echo "👎 Not develop branch"; exit 1 ;; - esac - - name: Register SSH keys for access to certificates uses: webfactory/ssh-agent@v0.7.0 with: