Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Feb 28, 2024
1 parent 31ec624 commit 5e397db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
if: ${{ github.actor== 'dependabot[bot]' || contains(github.event.pull_request.labels.*.name, 'docker') || startsWith(github.ref, 'refs/tags/') }} # ignore the pull request which comes from user depbot.
if: ${{ github.actor == 'dependabot[bot]' || contains(github.event.pull_request.labels.*.name, 'docker') || startsWith(github.ref, 'refs/tags/') }} # ignore the pull request which comes from user depbot.
steps:
- run: |
echo "ok"
Expand Down

0 comments on commit 5e397db

Please sign in to comment.