Resolving merge conflicts

This commit is contained in:
Victor Carlos Erenu
2026-08-07 23:55:13 +07:00
30 changed files with 85 additions and 76 deletions
@@ -213,6 +213,10 @@ jobs:
notify:
runs-on: codebuild-github-actions-codebuild-runner-devops-amd-${{ github.run_id }}-${{ github.run_attempt }}
permissions:
contents: read
needs: [setup, build-and-push]
# Only run if NOT dev AND all products were selected
if: ${{ inputs.dev == false && needs.setup.outputs.ALL_PRODUCTS_SELECTED == 'true' }}