Skip to content

Commit

Permalink
Check for dependabot before triggering publish action (#512)
Browse files Browse the repository at this point in the history
check for dependabot before triggering publish action
  • Loading branch information
TShapinsky authored Jun 20, 2024
1 parent ea141e2 commit e64d67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
publish:
needs: [pre-commit, unit-tests, simulation-tests, integration-tests, integration-tests-historian]
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit e64d67e

Please sign in to comment.