Skip to content

Commit da7c099

Browse files
ci: executar webhook encima de commit deployado
1 parent ee2eca3 commit da7c099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/contract_test_by_dispatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
ref: ${{ github.event.client_payload.providerProductionSha }}
1416
- run: docker-compose build test-contract
1517
- name: Run contract test
1618
run: make test-contract

0 commit comments

Comments
 (0)