Sometimes, the accessibility checks don't run, probably because of the if condition here.
We should update the comparison to something:
if: ${{ github.event.inputs.skip_a11y == 'false' }}
Sometimes, the accessibility checks don't run, probably because of the if condition here.
We should update the comparison to something:
if: ${{ github.event.inputs.skip_a11y == 'false' }}