Skip to content

Commit

Permalink
Disable testing upgrade name because of multiple handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Mar 27, 2024
1 parent 180b721 commit 76289ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ jobs:
exit 1
fi
test-upgrade-name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test upgrade name
run: |
make test-upgrade-name
# test-upgrade-name:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Test upgrade name
# run: |
# make test-upgrade-name

0 comments on commit 76289ca

Please sign in to comment.