From 05d5b7860bbba174b604d938c2667f750f38c2f0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 21 May 2022 23:59:20 -1000 Subject: [PATCH] ;ci: more renames --- .../workflows/{linux-arm32v7.yml => linux-arm32v7-static.yml} | 2 +- .github/workflows/{linux-x64.yml => linux-x64-static.yml} | 2 +- .github/workflows/{main.yml => linux-x64-test.yml} | 2 +- .github/workflows/mac-x64.yml | 2 +- .github/workflows/{ => old}/release.yml | 0 .github/workflows/windows-x64.yml | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{linux-arm32v7.yml => linux-arm32v7-static.yml} (97%) rename .github/workflows/{linux-x64.yml => linux-x64-static.yml} (98%) rename .github/workflows/{main.yml => linux-x64-test.yml} (99%) rename .github/workflows/{ => old}/release.yml (100%) diff --git a/.github/workflows/linux-arm32v7.yml b/.github/workflows/linux-arm32v7-static.yml similarity index 97% rename from .github/workflows/linux-arm32v7.yml rename to .github/workflows/linux-arm32v7-static.yml index f507bfe9a..283b8a782 100644 --- a/.github/workflows/linux-arm32v7.yml +++ b/.github/workflows/linux-arm32v7-static.yml @@ -4,7 +4,7 @@ # Currently runs no tests. # Slow, will probably time out. -name: linux-arm32v7 CI binaries +name: linux-arm32v7 static binaries on: push: diff --git a/.github/workflows/linux-x64.yml b/.github/workflows/linux-x64-static.yml similarity index 98% rename from .github/workflows/linux-x64.yml rename to .github/workflows/linux-x64-static.yml index 5a87ceb41..7c0220e3f 100644 --- a/.github/workflows/linux-x64.yml +++ b/.github/workflows/linux-x64-static.yml @@ -3,7 +3,7 @@ # using the GHC version below (9.2.2) and cabal. # Currently runs no tests. -name: linux-x64 CI binaries +name: linux-x64 static binaries on: push: diff --git a/.github/workflows/main.yml b/.github/workflows/linux-x64-test.yml similarity index 99% rename from .github/workflows/main.yml rename to .github/workflows/linux-x64-test.yml index 2e7f836f8..55d4c4c36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/linux-x64-test.yml @@ -5,7 +5,7 @@ # and because why not having done all the work. # Merging to master requires that this workflow's jobs ("86" at least) have passed. -name: main CI +name: linux-x64 CI tests and binaries # This workflow runs... on: diff --git a/.github/workflows/mac-x64.yml b/.github/workflows/mac-x64.yml index b61d0cd54..1181eec04 100644 --- a/.github/workflows/mac-x64.yml +++ b/.github/workflows/mac-x64.yml @@ -2,7 +2,7 @@ # Produces optimised mac binaries and runs unit/doc/functional tests, # using the default stack.yaml's GHC version. -name: mac CI binaries +name: mac-x64 tests and binaries on: schedule: diff --git a/.github/workflows/release.yml b/.github/workflows/old/release.yml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/old/release.yml diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index a3d1e5af6..c142730dc 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -3,7 +3,7 @@ # using the default stack.yaml's GHC version. # Currently runs no tests. -name: windows CI binaries +name: windows-x64 binaries on: schedule: