Skip to content

Commit c6def36

Browse files
authored
gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)
gh-111062 Update name of reusable workflows for linux / macOS
1 parent c19561b commit c6def36

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/reusable-build-macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
build_macos:
14+
name: 'build and test'
1415
runs-on: macos-latest
1516
timeout-minutes: 60
1617
env:

.github/workflows/reusable-build-ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build_ubuntu_reusable:
13+
name: 'build and test'
1314
timeout-minutes: 60
1415
runs-on: ubuntu-20.04
1516
env:

0 commit comments

Comments
 (0)