Skip to content

Commit

Permalink
ci: remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Jun 20, 2023
1 parent fdc0205 commit 6ff9ff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/if-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
# "commits" contains array of objects where one of the properties is commit "message"
# Release workflow will be skipped if release conventional commits are not used
if: |
startsWith( github.repository, 'asyncapi/' ) &&
(startsWith( github.event.commits[0].message , 'fix:' ) ||
startsWith( github.event.commits[0].message, 'fix!:' ) ||
startsWith( github.event.commits[0].message, 'feat:' ) ||
Expand Down

0 comments on commit 6ff9ff2

Please sign in to comment.