From 284831a8b0e1ad5b73aeff28cdc2ebf182a7baaa Mon Sep 17 00:00:00 2001 From: Yukha Dharmeswara Date: Tue, 22 Nov 2022 07:14:01 +0700 Subject: [PATCH] ci: skip dependabot --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0aaccd4..b6dc7db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - name: Report Coverage uses: yukha-dw/report-nyc-coverage-github-action@v1.2.7 # https://github.com/marketplace/actions/report-nyc-coverage - if: github.event_name == 'pull_request' && (success() || failure()) + if: github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' && (success() || failure()) with: coverage_file: "coverage/coverage-summary.json" comment_template_file: ".github/comment-template.md"