We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121f4a2 commit 2f2b6d1Copy full SHA for 2f2b6d1
.github/workflows/automated-release.yml
@@ -492,7 +492,7 @@ jobs:
492
name: Update Analyzers in SQS and SQC
493
runs-on: ${{ inputs.runner-environment }}
494
needs: [ prepare-release, create-integration-tickets ]
495
- if: ${{ (inputs.sqs-integration || inputs.sqc-integration) && inputs.release-automation-secret-name != '' }}
+ if: ${{ (inputs.sqs-integration || inputs.sqc-integration) }}
496
permissions:
497
id-token: write
498
outputs:
0 commit comments