Skip to content

Commit c900eda

Browse files
committed
Add dependencies for copy staging job
1 parent 59f2dd9 commit c900eda

File tree

3 files changed

+937
-51
lines changed

3 files changed

+937
-51
lines changed

.github/workflows/copy-staging-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Copy staging packages
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "42 * * * *"
6+
- cron: "42 * * * *"
77

88
jobs:
99
copy-packages-noetic:
@@ -26,4 +26,4 @@ jobs:
2626
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_HUMBLE_ANACONDA_API_TOKEN }}
2727
run: |
2828
python copy-to-distro-specific-channels.py humble 2025-01-01
29-
shell: pixi run bash -e {0}
29+
shell: pixi run bash -e {0}

0 commit comments

Comments
 (0)