We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb33312 commit df49a11Copy full SHA for df49a11
.github/workflows/smoke.yml
@@ -30,6 +30,8 @@ jobs:
30
SMOKE_TEST_ENABLE_${{ matrix.provider }}: true
31
steps:
32
- uses: actions/checkout@v2
33
+ with:
34
+ ref: ${{ github.event.pull_request.head.sha || github.ref }}
35
- uses: actions/setup-go@v2
36
with:
37
go-version: ^1.17
@@ -54,6 +56,8 @@ jobs:
54
56
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
55
57
58
59
60
61
62
63
0 commit comments