Skip to content

Commit

Permalink
ci: use more accurate job names for actions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <[email protected]>
  • Loading branch information
molisani committed Jan 13, 2025
1 parent 3ac7278 commit 151947b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

jobs:
main:
nx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- synchronize

jobs:
main:
pr-labels:
# Only run on local PRs, not forks
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
Expand Down

0 comments on commit 151947b

Please sign in to comment.