Skip to content

Commit dc65d0f

Browse files
committed
stop waiting for crates?
1 parent cb11657 commit dc65d0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ jobs:
336336
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
337337
env:
338338
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
339-
- name: Wait for crate availability
340-
if: github.event_name == 'release'
341-
run: ./.github/scripts/wait_for_crates.sh ontoenv ontoenv-cli
339+
#- name: Wait for crate availability
340+
# if: github.event_name == 'release'
341+
# run: ./.github/scripts/wait_for_crates.sh ontoenv ontoenv-cli
342342
full_archive:
343343
if: github.event_name == 'release'
344344
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)