Skip to content

Commit

Permalink
check for dependabot before triggering publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jun 20, 2024
1 parent ea141e2 commit 14c5d28
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 14c5d28

Please sign in to comment.