;ci: consistent workflow and file names

This commit is contained in:
Simon Michael 2022-06-06 11:58:34 +01:00
parent 7bf668b552
commit f8e9a13f26
5 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 static binaries
name: binaries-linux-arm32v7-static
on:
push:

View File

@ -3,7 +3,7 @@
# using the GHC version below (9.0.2) and cabal.
# Currently runs no tests.
name: linux-x64 static binaries
name: binaries-linux-x64-static
on:
push:

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-x64 tests and binaries
name: binaries-mac-x64
on:
schedule:

View File

@ -3,7 +3,7 @@
# using the default stack.yaml's GHC version.
# Currently runs no tests.
name: windows-x64 binaries
name: binaries-windows-x64
on:
schedule:

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: linux-x64 CI tests and binaries
name: test-linux-x64
# This workflow runs...
on: