Skip to content

Commit

Permalink
limiting on approval worked
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Nov 29, 2023
1 parent ab04102 commit 3007d8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:

jobs:
runner-indexes:
if: github.event.review.state == 'APPROVED'
runs-on: besu-research-ubuntu-16
name: Generate runner indexes
outputs:
Expand All @@ -27,7 +26,7 @@ jobs:
name: "Acceptance Runner #${{ matrix.runner-index }}: Run acceptance tests in parallel"
needs:
- runner-indexes
if: ${{ github.actor != 'dependabot[bot]' && github.event.review.state == 'APPROVED'}}
if: ${{ github.actor != 'dependabot[bot]'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3007d8f

Please sign in to comment.