Skip to content

Commit

Permalink
disable unit tests during release (#133)
Browse files Browse the repository at this point in the history
these tests have already been executed before merging to main
  • Loading branch information
k15r authored Sep 13, 2023
1 parent 7c7f538 commit 1e7153e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Verify
run: ./scripts/verify-keda-status.sh ${{ github.ref_name }}

run-unit-tests:
name: Unit tests
needs: verify-head-status
uses: "./.github/workflows/run-unit-tests.yaml"
# run-unit-tests:
# name: Unit tests
# needs: verify-head-status
# uses: "./.github/workflows/run-unit-tests.yaml"

create-draft:
name: Create draft release
Expand Down

0 comments on commit 1e7153e

Please sign in to comment.