Skip to content

Commit

Permalink
perf: reduce infrastructure workflow code checkout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jun 6, 2024
1 parent 7a40b17 commit 544f027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/infrstructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
sparse-checkout: .
ref: ${{ github.event.workflow_run.head_branch }}

- name: Setup Cache
Expand Down

0 comments on commit 544f027

Please sign in to comment.