We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a040c commit 4f5c3caCopy full SHA for 4f5c3ca
.github/workflows/reusable-build-test-release.yml
@@ -380,8 +380,7 @@ jobs:
380
wfe_run_on_splunk_latest="true"
381
else
382
if [[ "${{ github.base_ref }}" == "main" || "${{ github.ref_name }}" == "main" ]] || \
383
- [[ ( "${{ github.base_ref }}" == "develop" || "${{ github.ref_name }}" == "develop" ) \
384
- && "${{ github.event_name }}" == "push" ]]; then
+ [[ "${{ github.ref_name }}" == "develop" && "${{ github.event_name }}" == "push" ]]; then
385
wfe_run_on_splunk_latest="false"
386
387
0 commit comments