Skip to content

Commit dee6c29

Browse files
authored
Merge pull request #15 from togethercomputer/fix-builds
Fix build pipelines
2 parents f5db9aa + 60add31 commit dee6c29

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pyxis-25.05.5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build pyxis
1+
name: Build pyxis / 25.05.5
22

33
on:
44
workflow_dispatch:

.github/workflows/pyxis_22.04-25.05.5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build pyxis 22.04
1+
name: Build pyxis 22.04 / 25.05.5
22

33
on:
44
workflow_dispatch:

.github/workflows/slurm_packages-25.05.5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build slurm packages
1+
name: Build slurm packages / 25.05.5
22

33
on:
44
workflow_dispatch:
@@ -22,7 +22,7 @@ jobs:
2222
- linux/amd64
2323
- linux/arm64
2424
distribution:
25-
- ubuntu24.04
25+
- ubuntu24.04
2626
include:
2727
- platform: linux/amd64
2828
runner: X64

.github/workflows/slurm_packages_22.04-25.05.5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build slurm packages 22.04
1+
name: Build slurm packages 22.04 / 25.05.5
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)