Skip to content

Commit 591f4c6

Browse files
committed
Exclude based on the PR opener
1 parent 0ff1719 commit 591f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_images:
1313
name: Build and export Docker images
1414
runs-on: ubuntu-24.04
15-
if: ${{ github.actor != 'dependabot[bot]' && !github.event.pull_request.draft }}
15+
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && !github.event.pull_request.draft }}
1616

1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)