Skip to content

Commit 0a85bb3

Browse files
authored
Merge pull request #40 from SolverForge/codex/fix-ci-vulnerability-for-untrusted-prs
Harden Forgejo CI: disable untrusted PR runs on self-hosted runner
2 parents a8db50f + 8351a25 commit 0a85bb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.forgejo/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [main, dev, release/*, feature/*]
6-
pull_request:
7-
branches: [main, dev, release/*]
6+
workflow_dispatch:
87

98
env:
109
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)