Skip to content

Commit

Permalink
ref: rename acceptance required checks collector
Browse files Browse the repository at this point in the history
this needs to deployed off hours and have the branch protection updated
  • Loading branch information
asottile-sentry committed Feb 27, 2023
1 parent f70d9c6 commit 0760d65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,10 @@ jobs:
uses: ./.github/actions/artifacts
if: ${{ always() && needs.files-changed.outputs.backend_all == 'true' }}

visual-diff:
# triggers visual snapshot is a required check so we need this job to
# always run and report a status.
acceptance-required-checks:
# this is a required check so we need this job to always run and report a status.
if: always()
name: triggers visual snapshot
name: Acceptance
needs: [acceptance, files-changed]
runs-on: ubuntu-20.04
timeout-minutes: 20
Expand Down

0 comments on commit 0760d65

Please sign in to comment.