Skip to content

Commit

Permalink
[GHA] Pin main branch workflow for indexer workflow (#8653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun authored and banool committed Jul 7, 2023
1 parent 00bc4fc commit 330d92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'CICD:run-e2e-tests') ||
github.event.pull_request.auto_merge != null ||
contains(github.event.pull_request.body, '#e2e')
uses: ./.github/workflows/docker-indexer-grpc-test.yaml
uses: aptos-labs/aptos-core/.github/workflows/docker-indexer-grpc-test.yaml@main
secrets: inherit
with:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}
Expand Down

0 comments on commit 330d92f

Please sign in to comment.