We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f2dd9 commit c900edaCopy full SHA for c900eda
.github/workflows/copy-staging-packages.yml
@@ -3,7 +3,7 @@ name: Copy staging packages
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "42 * * * *"
+ - cron: "42 * * * *"
7
8
jobs:
9
copy-packages-noetic:
@@ -26,4 +26,4 @@ jobs:
26
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_HUMBLE_ANACONDA_API_TOKEN }}
27
run: |
28
python copy-to-distro-specific-channels.py humble 2025-01-01
29
- shell: pixi run bash -e {0}
+ shell: pixi run bash -e {0}
0 commit comments