From 0760d65bf15b7782097da3d3a51c815090d3b974 Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Mon, 27 Feb 2023 15:41:24 -0500 Subject: [PATCH] ref: rename acceptance required checks collector this needs to deployed off hours and have the branch protection updated --- .github/workflows/acceptance.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index a81ae7b5888365..678dd02c51c391 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -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