Skip to content

Commit 47a89f6

Browse files
committed
removed redundant condition
1 parent fb299b7 commit 47a89f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@ jobs:
376376
run: |
377377
if [[ "${{ github.event_name }}" == "schedule" ]]; then
378378
wfe_run_on_splunk_latest="true"
379-
elif [[ "$wfe_run_on_splunk_latest" == "true" ]]; then
380-
wfe_run_on_splunk_latest="true"
379+
381380
else
382381
if [[ "${{ github.base_ref }}" == "main" || "${{ github.ref_name }}" == "main" ]] || \
383382
[[ "${{ github.ref_name }}" == "develop" && "${{ github.event_name }}" == "push" ]]; then

0 commit comments

Comments
 (0)