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: on:
push: push:

View File

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

View File

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

View File

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