Skip to content

Commit 0ecdb25

Browse files
authored
Update examples.yaml
Signed-off-by: Appu <appu@google.com>
1 parent f36177b commit 0ecdb25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
name: Build and run examples on ${{ matrix.os }}
17+
name: Build and run release examples on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
1919
concurrency:
2020
group: ${{ github.ref }}-${{ matrix.os }}-examples-release
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
os: [ubuntu-latest, macos-latest, windows-latest]
5555

56-
name: Build and run examples on ${{ matrix.os }}
56+
name: Build and run dev examples on ${{ matrix.os }}
5757
runs-on: ${{ matrix.os }}
5858
concurrency:
5959
group: ${{ github.ref }}-${{ matrix.os }}-examples-dev

0 commit comments

Comments
 (0)