From 71bce8016d8c488432162ef218be8252bf9f4f02 Mon Sep 17 00:00:00 2001 From: Leonid Meleshin Date: Mon, 12 Aug 2024 12:15:26 +0400 Subject: [PATCH] ci(GitHub): don't run on dependabot PRs --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eaa0c75..8c4ea4aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -384,10 +384,13 @@ jobs: retention-days: 5 report-coverage: + # Skip any PR created by dependabot to avoid permission issues: + if: (github.actor != 'dependabot[bot]') needs: - build-bhaptics - build-opengloves - test + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -437,9 +440,12 @@ jobs: flags: unittests report-memory-usage: + # Skip any PR created by dependabot to avoid permission issues: + if: (github.actor != 'dependabot[bot]') needs: - build-bhaptics - build-opengloves + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -561,12 +567,14 @@ jobs: comment_tag: memory-usage-comparison wokwi: + # Skip any PR created by dependabot to avoid permission issues: + if: (github.actor != 'dependabot[bot]') needs: - build-bhaptics - build-opengloves - test - runs-on: ubuntu-latest + runs-on: ubuntu-latest strategy: matrix: variant: