Skip to content

Commit

Permalink
Update step naming for smoke tests (#15649)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Feb 28, 2022
1 parent 7421db3 commit 9e480df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
android:
name: Run
name: Smoke Run - Android
timeout-minutes: 60

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
mbedos:
name: Run
name: Smoke Run - MbedOS
timeout-minutes: 30
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
nrfconnect:
name: Run
name: Smoke Run - nRF Connect SDK
timeout-minutes: 30
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down

0 comments on commit 9e480df

Please sign in to comment.