Skip to content

Commit bcc2f19

Browse files
Merge remote-tracking branch 'upstream/main' into add-machine-learning-quiz
2 parents 55425a2 + d0ab637 commit bcc2f19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/accessibility.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: pa11y-accessibility-check
22

33
on:
4-
pull_request:
4+
pull_request_target:
5+
types: [opened, synchronize, reopened]
56

67
jobs:
78
accessibility_assessment_comment:
@@ -11,6 +12,7 @@ jobs:
1112
steps:
1213
- uses: actions/checkout@v3
1314
with:
15+
ref: ${{ github.event.pull_request.head.sha }}
1416
fetch-depth: 0
1517

1618
- name: Set up Python 3.11

0 commit comments

Comments
 (0)