We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac7278 commit 151947bCopy full SHA for 151947b
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ permissions:
13
contents: read
14
15
jobs:
16
- main:
+ nx:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
.github/workflows/pr_labels.yml
@@ -8,7 +8,7 @@ on:
8
- synchronize
9
10
11
+ pr-labels:
12
# Only run on local PRs, not forks
if: github.event.pull_request.head.repo.full_name == github.repository
0 commit comments