Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/styled-system_…
Browse files Browse the repository at this point in the history
…_should-forward-prop-5.1.3
  • Loading branch information
ncalteen authored Oct 19, 2023
2 parents 35af76f + ae988d5 commit e3d7dc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

# Only run this job if it was done manually or the PR was merged
if: |
github.event_name == 'workflow_dispatch' ||
github.event.pull_request.merged == true
(github.event_name == 'workflow_dispatch' ||
github.event.pull_request.merged == true) &&
github.actor != 'dependabot[bot]'
steps:
# Checkout the repository with fetch-tags set to true
Expand Down

0 comments on commit e3d7dc1

Please sign in to comment.