We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb299b7 commit 47a89f6Copy full SHA for 47a89f6
.github/workflows/reusable-build-test-release.yml
@@ -376,8 +376,7 @@ jobs:
376
run: |
377
if [[ "${{ github.event_name }}" == "schedule" ]]; then
378
wfe_run_on_splunk_latest="true"
379
- elif [[ "$wfe_run_on_splunk_latest" == "true" ]]; then
380
- wfe_run_on_splunk_latest="true"
+
381
else
382
if [[ "${{ github.base_ref }}" == "main" || "${{ github.ref_name }}" == "main" ]] || \
383
[[ "${{ github.ref_name }}" == "develop" && "${{ github.event_name }}" == "push" ]]; then
0 commit comments