Skip to content

Commit

Permalink
Make sure docker workflow doesnt run w/ dependabot prs
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Aug 7, 2024
1 parent 37b83c6 commit c7ef329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
Build-and-Push:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]'}} || ${{ github.actor != 'dependabot[bot]'}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c7ef329

Please sign in to comment.