Skip to content

Commit

Permalink
Renamed github workflow files
Browse files Browse the repository at this point in the history
 - Naming follows
   <target-arch>-<nature-of-marian>-<runner-os>

   (wasm|native)-(full_marian|custom_marian)-(ubuntu|mac)
  • Loading branch information
abhi-agg committed Mar 26, 2021
1 parent fdbce57 commit e0dca1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MacOS
name: Native (Full Marian) MacOS

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu
name: Native (Full Marian) Ubuntu

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MacOS WASM (Custom)
name: WASM (Custom Marian) MacOS

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
build-wasm:
name: WASM (With Custom Marian)
name: WASM (Custom Marian) MacOS
runs-on: macos-10.15

steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WASM on Ubuntu
name: WASM (Custom Marian) Ubuntu

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
build-wasm:
name: WASM (With Custom Marian)
name: WASM (Custom Marian) Ubuntu
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e0dca1b

Please sign in to comment.