Skip to content

Commit 702e751

Browse files
committed
trigger test workflow on forked pull request
1 parent ad996e5 commit 702e751

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ on:
44
push:
55
branches:
66
- "master"
7-
pull_request:
7+
pull_request_target:
88
branches:
99
- "*"
1010
schedule:
1111
# Run tests every Sunday at 12am
1212
- cron: "0 0 * * 0"
1313

14+
permissions:
15+
contents: read
16+
checks: write
17+
pull-requests: write
18+
1419
concurrency:
1520
group: environment-${{ github.ref }}
1621
cancel-in-progress: true

0 commit comments

Comments
 (0)