Skip to content

Commit 2f2b6d1

Browse files
GHA-158 Fix condition for updating analyzers in automated release workflow (#73)
1 parent 121f4a2 commit 2f2b6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
name: Update Analyzers in SQS and SQC
493493
runs-on: ${{ inputs.runner-environment }}
494494
needs: [ prepare-release, create-integration-tickets ]
495-
if: ${{ (inputs.sqs-integration || inputs.sqc-integration) && inputs.release-automation-secret-name != '' }}
495+
if: ${{ (inputs.sqs-integration || inputs.sqc-integration) }}
496496
permissions:
497497
id-token: write
498498
outputs:

0 commit comments

Comments
 (0)