Skip to content

Commit

Permalink
build-test-recipe.yml: change pull_request to pull_request_target
Browse files Browse the repository at this point in the history
As this workflow does not run with outside PRs
  • Loading branch information
thomas-roos committed Oct 23, 2024
1 parent cedacad commit 77762ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
pull_request:
pull_request_target:
jobs:
changed:
name: Get changed recipes
Expand Down

0 comments on commit 77762ec

Please sign in to comment.