We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a708cfd commit 7ba8c59Copy full SHA for 7ba8c59
.github/workflows/acceptance.yml
@@ -133,11 +133,10 @@ jobs:
133
uses: ./.github/actions/artifacts
134
if: ${{ always() && needs.files-changed.outputs.backend_all == 'true' }}
135
136
- visual-diff:
137
- # triggers visual snapshot is a required check so we need this job to
138
- # 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.
139
if: always()
140
- name: triggers visual snapshot
+ name: Acceptance
141
needs: [acceptance, files-changed]
142
runs-on: ubuntu-20.04
143
timeout-minutes: 20
0 commit comments