Skip to content

Commit

Permalink
ci: added missing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 31, 2024
1 parent cf4cf20 commit a294a9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/visual-comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a294a9f

Please sign in to comment.