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 d9f3cb9 commit 46fd639Copy full SHA for 46fd639
.github/workflows/sanity-test.yaml
@@ -30,6 +30,6 @@ jobs:
30
job_name: "qa/job/QA-secure/job/onboarding/job/terraform-aws-secure-onboarding-tests/"
31
job_params: |
32
{
33
- "MODULE_BRANCH": "${{ github.head_ref }}"
+ "MODULE_BRANCH": "${{ github.head_ref || github.ref_name }}"
34
}
35
job_timeout: "5400"
0 commit comments