Skip to content

Commit

Permalink
ci: disable a12y checks for bots (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk authored Feb 18, 2024
1 parent 0b944c5 commit 29c48a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
accessibility_alt_text_bot:
if: ${{ !endsWith(github.actor, '[bot]') }}
runs-on: ubuntu-latest
steps:
- uses: github/accessibility-alt-text-bot@v1.4.0
Expand Down

0 comments on commit 29c48a1

Please sign in to comment.