Skip to content

Commit

Permalink
Try to run reuse workflow without explicitly allowing it for new cont…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and Dušan Markovič committed Nov 7, 2022
1 parent 674e39e commit 5bb64aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name: Verify REUSE
on:
push:
branches: [main]
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
branches: [main]
# Run CI once per day (at 07:30 UTC)
schedule:
Expand All @@ -21,7 +22,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || '' }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5bb64aa

Please sign in to comment.