Skip to content

Commit b01336d

Browse files
committed
cicd: Fix deploy jobs by removing sparse-checkout
fly.toml files are in the app directories now
1 parent 986fd87 commit b01336d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ jobs:
173173
steps:
174174
- name: Checkout
175175
uses: actions/checkout@v4
176-
with:
177-
sparse-checkout: .
178176
- name: Set up flyctl
179177
uses: superfly/flyctl-actions/setup-flyctl@master
180178
with:
@@ -273,8 +271,6 @@ jobs:
273271
steps:
274272
- name: Checkout
275273
uses: actions/checkout@v4
276-
with:
277-
sparse-checkout: .
278274
- name: Set up flyctl
279275
uses: superfly/flyctl-actions/setup-flyctl@master
280276
with:

0 commit comments

Comments
 (0)