Skip to content

Commit 494e5e2

Browse files
committed
github actions: Reduce Pull Request openness
Since the kernel builds are very expensive we only want to run the workflows associated with them is by approval of staff / maintainers of the kernel. There was a miss understanding initially that pull_request_target was required to get access to the code.
1 parent 4d9ae9c commit 494e5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-check_aarch64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aarch64 CI
22
on:
3-
pull_request_target:
3+
pull_request:
44
branches:
55
- '**'
66
- '!mainline'

.github/workflows/build-check_x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: x86_64 CI
22
on:
3-
pull_request_target:
3+
pull_request:
44
branches:
55
- '**'
66
- '!mainline'

0 commit comments

Comments
 (0)