Skip to content

Commit

Permalink
ci: use pull_request events to prevent actions running on fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-gelinas committed Aug 4, 2024
1 parent a94ccfc commit 805f82a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI

on:
pull_request:
branches:
- trunk

permissions: {}

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: "PR title"

on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
branches:
- trunk
pull_request:

permissions: {}

Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 805f82a

Please sign in to comment.