Skip to content

Commit

Permalink
Shorter GHA workflow names
Browse files Browse the repository at this point in the history
So they fit in the restricted space.
  • Loading branch information
gaborcsardi committed Oct 12, 2023
1 parent 07fa243 commit 66cd396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb-lenny.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debian package w/ Lenny (R 2.9.0 - R 2.12.2)
name: Deb w/ Lenny (R 2.9.0 - R 2.12.2)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb-sarge.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debian package w/ Sarge (- R 1.9.1)
name: Deb w/ Sarge (- R 1.9.1)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb-squeeze.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debian package w/ Squeeze (R 2.13.0 - R 2.15.3)
name: Deb w/ Squeeze (R 2.13.0 - R 2.15.3)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb-wheezy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debian package w/ Wheezy (R 2.0.0 - )
name: Deb w/ Wheezy (R 2.0.0 - R 2.15.3)

on:
workflow_dispatch:
Expand Down

0 comments on commit 66cd396

Please sign in to comment.