Skip to content

Commit 3040542

Browse files
committed
Fix workflow_run reference.
1 parent c707d6d commit 3040542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-built-file-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-24.04
4747
# This prevents an unnecessary second run after changes are committed back because Dependabot always rebases
4848
# updates and force pushes.
49-
if: ${{ true || github.workflow_run.actor != 'dependabot[bot]' || github.event.commits < 2 }}
49+
if: ${{ true || github.event.workflow_run.actor != 'dependabot[bot]' || github.event.commits < 2 }}
5050
timeout-minutes: 10
5151
permissions:
5252
contents: write

0 commit comments

Comments
 (0)