79213873

Date: 2024-11-22 06:37:37
Score: 1
Natty:
Report link

my approach would be to set for every job the right 'if' condition.

As an example:

      - name: Check approval status
        if: matrix.target_env == '<env>'
        continue-on-error: true
        id: check_approval
        run: |
          echo "status=success" >> $GITHUB_OUTPUT
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aixi