Skip to content

Commit 75409cd

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Skip nightly coverage job in forks
2 parents 743d378 + ca03a56 commit 75409cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
- name: Verify generated files are up to date
168168
uses: ./.github/actions/verify-generated-files
169169
COVERAGE_DEBUG_NTS:
170+
if: github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
170171
runs-on: ubuntu-20.04
171172
steps:
172173
- name: git checkout

0 commit comments

Comments
 (0)