Skip to content

Commit 16555bf

Browse files
committed
github actions: reduce workflow execution permission
1 parent d7a0356 commit 16555bf

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)