chore: EOL 38 since it's EOL upstream (#1309)

This commit is contained in:
lea
2024-05-31 18:21:22 -07:00
committed by GitHub
parent b39d287b80
commit 75b70c2f16
7 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -4,9 +4,8 @@ on:
push:
branches:
- frawhide
- f40
- f39
- f38
- f37
paths:
- comps.xml
workflow_dispatch:
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add *
git commit -S -a -m "$msg"
}
copy_over f38 || true
copy_over f39 || true
copy_over f40 || true
git push -u origin --all
-1
View File
@@ -47,7 +47,6 @@ jobs:
git add *
git commit -S -a -m "$msg"
}
copy_over f38 || true
copy_over f39 || true
copy_over f40 || true
git push -u origin --all