Skip to content

Commit caecbb2

Browse files
Do not update super old distros anymore
1 parent 51ed751 commit caecbb2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/update-package-table.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
- uses: prefix-dev/[email protected]
1616
- name: Create table noetic
1717
run: |
18-
pixi run compare-completeness noetic robostack-staging
19-
- name: Create table foxy
20-
run: |
21-
pixi run compare-completeness foxy robostack
22-
- name: Create table galactic
23-
run: |
24-
pixi run compare-completeness galactic robostack-experimental
18+
pixi run compare-completeness noetic robostack-noetic
19+
# - name: Create table foxy
20+
# run: |
21+
# pixi run compare-completeness foxy robostack
22+
# - name: Create table galactic
23+
# run: |
24+
# pixi run compare-completeness galactic robostack-experimental
2525
- name: Create table humble
2626
run: |
27-
pixi run compare-completeness humble robostack-staging
27+
pixi run compare-completeness humble robostack-humble
2828
- name: Create table jazzy
2929
run: |
3030
pixi run compare-completeness jazzy robostack-jazzy

0 commit comments

Comments
 (0)