Skip to content

Commit 29ad4da

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 140 | ⚡ Triggered By fuelviews/github-workflow-sync
1 parent 4e872e6 commit 29ad4da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/open-ai-pr-description.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ permissions:
1414
jobs:
1515
openai-pr-description:
1616
runs-on: ubuntu-22.04
17-
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'dependabot' }}
17+
# Run the job only if the actor is NOT Dependabot
18+
if: ${{ !startsWith(github.actor, 'dependabot') }
1819
steps:
1920
- uses: platisd/openai-pr-description@master
2021
with:

0 commit comments

Comments
 (0)