File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - master
77
8+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
9+ permissions :
10+ contents : read
11+ pages : write
12+ id-token : write
13+ checks : write
14+ pull-requests : write
15+
816jobs :
917 common-build :
1018 uses : GateNLP/gate-top/.github/workflows/standard-module.yml@master
Original file line number Diff line number Diff line change 1+ name : Test Reports (PR)
2+
3+ on :
4+ workflow_run :
5+ workflows : ["Pull Request"]
6+ types :
7+ - completed
8+
9+ permissions :
10+ contents : read
11+ actions : read
12+ checks : write
13+ pull-requests : write
14+
15+ jobs :
16+ common-pr :
17+ uses : GateNLP/gate-top/.github/workflows/standard-module-pr-test-report.yml@master
Original file line number Diff line number Diff line change 1- name : CI
1+ name : Pull Request
22
33on :
44 pull_request :
You can’t perform that action at this time.
0 commit comments