Skip to content

Commit

Permalink
removed branch name verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 5, 2024
1 parent 7808ca7 commit eb8ba62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/command-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)) \
Expand Down

0 comments on commit eb8ba62

Please sign in to comment.