We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ba9d3 commit 5a1d627Copy full SHA for 5a1d627
1 file changed
.github/workflows/check_pr.yaml
@@ -17,6 +17,7 @@ permissions:
17
jobs:
18
get-target:
19
runs-on: ubuntu-latest
20
+ if: ${{ !github.event.issue.pull_request }}
21
permissions:
22
issues: write
23
outputs:
@@ -69,6 +70,7 @@ jobs:
69
70
71
fetch:
72
73
74
steps:
75
- uses: actions/cache/restore@v4
76
id: restore-issues
@@ -103,6 +105,7 @@ jobs:
103
105
104
106
apply:
107
108
109
110
111
needs: [get-target, fetch]
@@ -152,6 +155,7 @@ jobs:
152
155
153
156
diff:
154
157
158
159
needs: [apply]
160
161
0 commit comments