diff --git a/.github/workflows/visual-comparison.yaml b/.github/workflows/visual-comparison.yaml index 721139d255..7ac3df17df 100644 --- a/.github/workflows/visual-comparison.yaml +++ b/.github/workflows/visual-comparison.yaml @@ -41,11 +41,11 @@ jobs: run: shell: bash if: ${{ !github.event.pull_request.draft && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' || contains(github.event.pull_request.labels.*.name, 'visual-tests') }} - # steps: - # # If the condition above is not met, aka, the PR is not in draft status, then this step is skipped. - # # Because this step is part of the critical path, omission of this step will result in remaining CI steps not gettinge executed. - # # As of 8/8/2022 there is now way to enforce this beahvior in GitHub Actions CI. - # - run: exit 0 + steps: + # If the condition above is not met, aka, the PR is not in draft status, then this step is skipped. + # Because this step is part of the critical path, omission of this step will result in remaining CI steps not gettinge executed. + # As of 8/8/2022 there is now way to enforce this beahvior in GitHub Actions CI. + - run: exit 0 take-screenshots: name: Visual Comparison