Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Exit if dependabot triggered the workflow
if: github.event.pull_request.user.login == 'dependabot[bot]'
if: github.triggering_actor == 'dependabot[bot]'
run: |
echo "::warning::Dependabot is not allowed to trigger this workflow. Please review carefully the changes before running the workflow manually."
exit 1
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/6787.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix dependabot PR blocking job
5 changes: 5 additions & 0 deletions zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rules:
bot-conditions:
ignore:
# ignore line 81 in ci_cd.yml
- ci_cd.yml:81
Loading