Skip to content

Commit

Permalink
fix: WEB-2430 Disable part of GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krystiankedra authored Nov 29, 2024
2 parents 033eff9 + eae3c12 commit d9af3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

release:
name: Release
needs: quality
# needs: quality
# https://github.community/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9af3a4

Please sign in to comment.