We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff1719 commit 591f4c6Copy full SHA for 591f4c6
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
build_images:
13
name: Build and export Docker images
14
runs-on: ubuntu-24.04
15
- if: ${{ github.actor != 'dependabot[bot]' && !github.event.pull_request.draft }}
+ if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && !github.event.pull_request.draft }}
16
17
steps:
18
- name: Checkout repository
0 commit comments