Skip to content

Commit

Permalink
Update workflow target for pull_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 12, 2025
1 parent 51047df commit 5147530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-action-workflows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint GitHub Action Workflows

on: pull_request
on: pull_request_target

concurrency:
group: lint-actions-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PR

on: pull_request
on: pull_request_target

concurrency:
group: pr-${{ github.ref }}
Expand Down

0 comments on commit 5147530

Please sign in to comment.