From 2b72885cb6d6fb14056d527df2b95cd17fe9d3d8 Mon Sep 17 00:00:00 2001 From: Sam Mayer Date: Thu, 6 Mar 2025 14:11:22 -0600 Subject: [PATCH] Remove bypass rule --- .github/workflows/node.js-unicorn.yml | 1 - .github/workflows/pepr-excellent-examples-unicorn.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/node.js-unicorn.yml b/.github/workflows/node.js-unicorn.yml index ae079dd0..5473d8f0 100644 --- a/.github/workflows/node.js-unicorn.yml +++ b/.github/workflows/node.js-unicorn.yml @@ -19,7 +19,6 @@ permissions: jobs: journey-unicorn: - if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/pepr-excellent-examples-unicorn.yml b/.github/workflows/pepr-excellent-examples-unicorn.yml index 65090b6f..668140a3 100644 --- a/.github/workflows/pepr-excellent-examples-unicorn.yml +++ b/.github/workflows/pepr-excellent-examples-unicorn.yml @@ -30,7 +30,6 @@ on: jobs: pepr-build: - if: github.actor != 'dependabot[bot]' name: controller image runs-on: ubuntu-latest steps: @@ -103,7 +102,6 @@ jobs: retention-days: 1 examples-matrix: - if: github.actor != 'dependabot[bot]' name: job matrix runs-on: ubuntu-latest needs: @@ -150,7 +148,7 @@ jobs: id: create-matrix excellent-examples: - if: github.actor != 'dependabot[bot]' && needs.examples-matrix.outputs.matrix != '' + if: needs.examples-matrix.outputs.matrix != '' name: ${{ matrix.name }} runs-on: ubuntu-latest needs: