Skip to content

Commit 6b7008b

Browse files
committed
build: skip workflow for dependabot PRs
1 parent b7fd2c5 commit 6b7008b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_contributing_guidelines_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
# Define the type of virtual host machine:
6565
runs-on: ubuntu-latest
6666

67-
# Skip this job for PRs opened by the stdlib-bot:
68-
if: github.event.pull_request.user.login != 'stdlib-bot'
67+
# Skip this job for PRs opened by automated bot accounts:
68+
if: github.event.pull_request.user.login != 'stdlib-bot' && github.event.pull_request.user.login != 'dependabot[bot]'
6969

7070
# Define the sequence of job steps...
7171
steps:

0 commit comments

Comments
 (0)