-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Hello! I have a fairly straightforward use case, but I'm seeing a checkout that takes far longer than it should. Usually my time is under 10s, but for this run it was over 10 minutes!
<jobname>:
name: <name>
if: github.event.pull_request.draft == false
needs: setup
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Set up repository
uses: actions/checkout@v4

This has now happened in three separate instances in three different jobs. Please let me know if there's any extra context i can provide.
paillou, inoa-dmpassy, palexvs and rhyous
Metadata
Metadata
Assignees
Labels
No labels