From eb8ba626dcb6575f63594c4a294ff2a2ee799135 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 5 Jun 2024 11:05:28 +0200 Subject: [PATCH] removed branch name verification --- .github/workflows/command-fmt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/command-fmt.yml b/.github/workflows/command-fmt.yml index 405a3488cd71..d06ed76c1083 100644 --- a/.github/workflows/command-fmt.yml +++ b/.github/workflows/command-fmt.yml @@ -18,9 +18,9 @@ jobs: volumes: - my_docker_volume:/volume_mount steps: - - name: Check branch name - if: startsWith(github.ref, 'master/') - run: echo "::error ::'master' is an invalid branch. Select your PR's branch" + # - name: Check branch name + # if: startsWith(github.ref, 'master/') + # run: echo "::error ::'master' is an invalid branch. Select your PR's branch" - name: Install gh cli run: | (type -p wget >/dev/null || (apt update && apt-get install wget -y)) \