We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c707d6d commit 3040542Copy full SHA for 3040542
.github/workflows/commit-built-file-changes.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-24.04
47
# This prevents an unnecessary second run after changes are committed back because Dependabot always rebases
48
# updates and force pushes.
49
- if: ${{ true || github.workflow_run.actor != 'dependabot[bot]' || github.event.commits < 2 }}
+ if: ${{ true || github.event.workflow_run.actor != 'dependabot[bot]' || github.event.commits < 2 }}
50
timeout-minutes: 10
51
permissions:
52
contents: write
0 commit comments