Skip to content

Commit f889cd7

Browse files
authored
ci: update of files from global .github repo (#268)
1 parent 2219fbc commit f889cd7

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/if-nodejs-pr-testing.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ jobs:
1919
- if: >
2020
!github.event.pull_request.draft && !(
2121
(github.actor == 'asyncapi-bot' && (
22-
startsWith(github.event.pull_request.title, 'ci: update global workflows') ||
23-
startsWith(github.event.pull_request.title, 'chore: update code of conduct') ||
24-
startsWith(github.event.pull_request.title, 'ci: update global contribution guide') ||
25-
startsWith(github.event.pull_request.title, 'ci: update workflows for go projects') ||
26-
startsWith(github.event.pull_request.title, 'ci: update workflows for nodejs projects') ||
27-
startsWith(github.event.pull_request.title, 'ci: update release-related workflows for nodejs projects') ||
28-
startsWith(github.event.pull_request.title, 'ci: update semantic release config file') ||
29-
startsWith(github.event.pull_request.title, 'ci: update generic workflows') ||
30-
startsWith(github.event.pull_request.title, 'ci: update workflows for docker-based projects') ||
22+
startsWith(github.event.pull_request.title, 'ci: update of files from global .github repo') ||
23+
startsWith(github.event.pull_request.title, 'chore(release):')
24+
)) ||
25+
(github.actor == 'asyncapi-bot-eve' && (
26+
startsWith(github.event.pull_request.title, 'ci: update of files from global .github repo') ||
3127
startsWith(github.event.pull_request.title, 'chore(release):')
3228
)) ||
3329
(github.actor == 'allcontributors[bot]' &&

0 commit comments

Comments
 (0)