Skip to content

Commit 7ba8c59

Browse files
ref: rename acceptance required checks collector (#45156)
Co-authored-by: Matt Gaunt-Seo @ Sentry.io <[email protected]>
1 parent a708cfd commit 7ba8c59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/acceptance.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,10 @@ jobs:
133133
uses: ./.github/actions/artifacts
134134
if: ${{ always() && needs.files-changed.outputs.backend_all == 'true' }}
135135

136-
visual-diff:
137-
# triggers visual snapshot is a required check so we need this job to
138-
# always run and report a status.
136+
acceptance-required-checks:
137+
# this is a required check so we need this job to always run and report a status.
139138
if: always()
140-
name: triggers visual snapshot
139+
name: Acceptance
141140
needs: [acceptance, files-changed]
142141
runs-on: ubuntu-20.04
143142
timeout-minutes: 20

0 commit comments

Comments
 (0)