Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 15, 2024
1 parent e0b84b2 commit 89368bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bump_internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

steps:

- name: Assert release branch
run: |
case "${{ github.ref_name }}" in
release/*) ;;
main) ;;
*) echo "👎 Not a release or main branch"; exit 1 ;;
esac
# - name: Assert release branch
# run: |
# case "${{ github.ref_name }}" in
# release/*) ;;
# main) ;;
# *) echo "👎 Not a release or main branch"; exit 1 ;;
# esac

- name: Check out the code
uses: actions/checkout@v4
Expand Down

0 comments on commit 89368bb

Please sign in to comment.