Skip to content

Commit

Permalink
ci: fix maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed May 17, 2024
1 parent 7dc9eb9 commit 9fc12a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scripted maintenance
name: maintenance

on: [push, pull_request_target]

Expand All @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 2

- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 9fc12a8

Please sign in to comment.