Skip to content

Commit

Permalink
chore: remove test step for release (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 authored Jan 23, 2024
1 parent 81196e2 commit 8b45f51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ permissions:
contents: write

jobs:
call-workflow-test:
uses: ./.github/workflows/test.yml
# call-workflow-test:
# uses: ./.github/workflows/test.yml

# call-workflow-regression-test:
# uses: ./.github/workflows/schema-regression-test.yml

goreleaser:
runs-on: ubuntu-latest
needs:
- call-workflow-test
# needs:
# - call-workflow-test
# - call-workflow-regression-test
steps:
- uses: actions/checkout@v4 # v4.0.0
Expand Down

0 comments on commit 8b45f51

Please sign in to comment.