Skip to content

Commit

Permalink
DAC-3015 Remove LFS checkouts from GitHub workflows (#810)
Browse files Browse the repository at this point in the history
Remove unneeded LFS checkouts
  • Loading branch information
hdavey-gds authored May 22, 2024
1 parent 467107a commit 4c757e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
lfs: true
- name: Node setup
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -89,8 +87,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
lfs: true
- name: Node setup
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/sam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
lfs: true
- name: Node setup
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -104,8 +102,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
lfs: true
- name: Node setup
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4c757e4

Please sign in to comment.