Skip to content

Commit 46fd639

Browse files
authored
fix sanity workflow (#100)
1 parent d9f3cb9 commit 46fd639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
job_name: "qa/job/QA-secure/job/onboarding/job/terraform-aws-secure-onboarding-tests/"
3131
job_params: |
3232
{
33-
"MODULE_BRANCH": "${{ github.head_ref }}"
33+
"MODULE_BRANCH": "${{ github.head_ref || github.ref_name }}"
3434
}
3535
job_timeout: "5400"

0 commit comments

Comments
 (0)