Skip to content

Commit 58f5ad6

Browse files
committed
Updating workflows
1 parent 686d2c8 commit 58f5ad6

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on:
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+
816
jobs:
917
common-build:
1018
uses: GateNLP/gate-top/.github/workflows/standard-module.yml@master
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Pull Request
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)