Skip to content

Commit

Permalink
💬 - Files Synced | Runner ID : 140 | ⚡ Triggered By fuelviews/github-…
Browse files Browse the repository at this point in the history
…workflow-sync
  • Loading branch information
Workflow Sync Bot committed Nov 15, 2024
1 parent 69a08ba commit b58e408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/open-ai-pr-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ permissions:
jobs:
openai-pr-description:
runs-on: ubuntu-22.04
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'dependabot' }}
# Run the job only if the actor is NOT Dependabot
if: ${{ !startsWith(github.actor, 'dependabot') }
steps:
- uses: platisd/openai-pr-description@master
with:
Expand Down

0 comments on commit b58e408

Please sign in to comment.