diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89acc79..9bf6821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: contents: read jobs: - main: + nx: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pr_labels.yml b/.github/workflows/pr_labels.yml index d172b12..bca2b19 100644 --- a/.github/workflows/pr_labels.yml +++ b/.github/workflows/pr_labels.yml @@ -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