Skip to content

Commit

Permalink
chore: change accessibility tests from PR to schedule (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 authored Oct 18, 2024
1 parent 7e6e157 commit d2f6908
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/accessibility-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Accessibility Tests

on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
paths:
- ".github/workflows/accessibility-tests.yml"
- "tests/integration/tests/accessibility/**"
on:
schedule:
- cron: "0 6 * * 1"

jobs:
run-accessibility-tests:
Expand Down

0 comments on commit d2f6908

Please sign in to comment.