Skip to content

Commit 151947b

Browse files
committed
ci: use more accurate job names for actions
Signed-off-by: Michael Molisani <mmolisani@bloomberg.net>
1 parent 3ac7278 commit 151947b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
main:
16+
nx:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/pr_labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99

1010
jobs:
11-
main:
11+
pr-labels:
1212
# Only run on local PRs, not forks
1313
if: github.event.pull_request.head.repo.full_name == github.repository
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)