Skip to content

Commit 0d33c72

Browse files
Merge pull request #345 from coding-for-reproducible-research/fix_accessibility_action_permissions
Update accessibility action
2 parents d4af10e + 6ea4d7b commit 0d33c72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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

home_page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ You can contact the CfRR team at the following email: [codingforreproduciblerese
1313

1414
Please register your interest in a particular course by completing the relevant form on the Workshop Schedule and Signup page available [here](cfrr_program_details/courses_overview.ipynb).
1515

16-
For more details on the structure and use of this website, please go to ['How to use this website'](cfrr_program_details/how_to_use_CfRR.ipynb).
16+
For more details on the use of this website, please go to ['How to use this website'](cfrr_program_details/how_to_use_CfRR.ipynb).

0 commit comments

Comments
 (0)