;ci: more renames

This commit is contained in:
Simon Michael 2022-05-21 23:59:20 -10:00
parent 05a6940728
commit 05d5b7860b
6 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: