Skip to content

Commit

Permalink
fix: Issue 795
Browse files Browse the repository at this point in the history
- Comment out the checks for the goreleaser to run
  • Loading branch information
vipinvkmenon committed May 3, 2024
1 parent b2c4ef3 commit cca1843
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ permissions:
contents: write

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

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

0 comments on commit cca1843

Please sign in to comment.