Skip to content

Commit 983d7a7

Browse files
authored
ci: Name workflow jobs for required status checks (#107)
Assigns a unique name to the build job in each sample's workflow. This allows them to be individually identified and configured as required status checks in branch protection rules.
1 parent 61cc914 commit 983d7a7

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/BiometricAuthentication_Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030

3131
jobs:
3232
build:
33+
name: Build BiometricAuthentication
3334
runs-on: ubuntu-latest
3435
timeout-minutes: 30
3536

.github/workflows/BiometricLoginKotlin_Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030

3131
jobs:
3232
build:
33+
name: Build BiometricLoginKotlin
3334
runs-on: ubuntu-latest
3435
timeout-minutes: 30
3536

.github/workflows/DirectBoot_Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030

3131
jobs:
3232
build:
33+
name: Build DirectBoot
3334
runs-on: ubuntu-latest
3435
timeout-minutes: 30
3536

0 commit comments

Comments
 (0)