Renamed github workflow files

- Naming follows
   <target-arch>-<nature-of-marian>-<runner-os>

   (wasm|native)-(full_marian|custom_marian)-(ubuntu|mac)
This commit is contained in:
Abhishek Aggarwal 2021-03-26 09:15:51 +01:00 committed by abhi-agg
parent fdbce5705b
commit e0dca1ba1b
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: MacOS
name: Native (Full Marian) MacOS
on:
push:

View File

@ -1,4 +1,4 @@
name: Ubuntu
name: Native (Full Marian) Ubuntu
on:
push:

View File

@ -1,4 +1,4 @@
name: MacOS WASM (Custom)
name: WASM (Custom Marian) MacOS
on:
push:
@ -8,7 +8,7 @@ on:
jobs:
build-wasm:
name: WASM (With Custom Marian)
name: WASM (Custom Marian) MacOS
runs-on: macos-10.15
steps:

View File

@ -1,4 +1,4 @@
name: WASM on Ubuntu
name: WASM (Custom Marian) Ubuntu
on:
push:
@ -8,7 +8,7 @@ on:
jobs:
build-wasm:
name: WASM (With Custom Marian)
name: WASM (Custom Marian) Ubuntu
runs-on: ubuntu-latest
steps: