Skip to content

Commit

Permalink
Merge pull request #55 from jflo/gha_testReportPermissions
Browse files Browse the repository at this point in the history
no need for shouldRun job anymore
  • Loading branch information
jflo authored Feb 1, 2024
2 parents 729a5de + 889378b commit f34e269
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 @@ -17,15 +17,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: true

acceptanceTestEthereum:
runs-on: ubuntu-22.04
name: "Acceptance Runner"
needs: authorize
permissions:
statuses: write
checks: write
if: ${{ needs.shouldRun.outputs.shouldRun == 'true'}}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit f34e269

Please sign in to comment.