Skip to content

Commit 2563ece

Browse files
committed
build_loop.yml: Add job names for secrets and upstream_sync_and_build
1 parent 16bf944 commit 2563ece

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_loop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ env:
1515

1616
jobs:
1717
secrets:
18+
name: Secrets
1819
uses: ./.github/workflows/validate_secrets.yml
1920
secrets: inherit
2021

2122
upstream_sync_and_build:
23+
name: Sync and build
2224
needs: secrets
2325
runs-on: macos-12
2426
steps:

0 commit comments

Comments
 (0)