Skip to content

Commit

Permalink
Require permission check before running run-indexer-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jul 18, 2023
1 parent 9873cd2 commit 914af2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ts-sdk-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# to be land blocking for any PR on the aptos repo. This is why we run those tests
# separate from test-sdk-confirm-client-generated-publish.
run-indexer-tests:
needs: [permission-check]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@v3
Expand Down

0 comments on commit 914af2e

Please sign in to comment.