Skip to content

Commit

Permalink
ci: Testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Apr 18, 2022
1 parent a1a2a26 commit bc9f280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
chart-release:
runs-on: ubuntu-latest
needs: ["release-docker"]
#if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bc9f280

Please sign in to comment.