Skip to content

Commit

Permalink
[cd] skip building for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jul 4, 2024
1 parent 160bfad commit b3529d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Docker

on:
push:
tags:
- v*
pull_request:

jobs:
Expand Down Expand Up @@ -41,6 +43,7 @@ jobs:
permissions:
contents: read
needs: test
if: github.actor != 'dependabot[bot]' # skip on dependabot because it's not allowed to access secrets
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b3529d8

Please sign in to comment.