Skip to content

Commit

Permalink
ci: skip progress check triggered by dependabot (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParanoidUser authored Jan 17, 2024
1 parent 2a3e317 commit 859637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update-progress:
runs-on: ubuntu-22.04
timeout-minutes: 1
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.user.login != 'dependabot[bot]' }}
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 859637a

Please sign in to comment.