Skip to content

Commit

Permalink
ci: update workflows for nodejs projects (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Apr 4, 2023
1 parent 2d03e46 commit 16e7208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
startsWith(github.event.pull_request.title, 'ci: update workflows for docker-based projects') ||
startsWith(github.event.pull_request.title, 'chore(release):')
)) ||
(github.actor == 'allcontributors' &&
(github.actor == 'allcontributors[bot]' &&
startsWith(github.event.pull_request.title, 'docs: add')
)
)
Expand Down

0 comments on commit 16e7208

Please sign in to comment.