Skip to content

Commit fb299b7

Browse files
committed
changes did for workflow2
1 parent 219df04 commit fb299b7

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
@@ -380,8 +380,7 @@ jobs:
380380
wfe_run_on_splunk_latest="true"
381381
else
382382
if [[ "${{ github.base_ref }}" == "main" || "${{ github.ref_name }}" == "main" ]] || \
383-
[[ ( "${{ github.base_ref }}" == "develop" || "${{ github.ref_name }}" == "develop" ) \
384-
&& "${{ github.event_name }}" == "push" ]]; then
383+
[[ "${{ github.ref_name }}" == "develop" && "${{ github.event_name }}" == "push" ]]; then
385384
wfe_run_on_splunk_latest="false"
386385
else
387386
wfe_run_on_splunk_latest="true"

0 commit comments

Comments
 (0)