Skip to content

Commit 644c76d

Browse files
committed
Exclude rector.php from the artifact
1 parent e757c4f commit 644c76d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ phpunit.evergreen.xml export-ignore
1515
phpunit.xml.dist export-ignore
1616
psalm.xml.dist export-ignore
1717
psalm-baseline.xml export-ignore
18+
rector.php export-ignore
1819

1920
# Prevent generated build files from showing diffs in pull requests
2021
.evergreen/config/generated/** linguist-generated=true

.github/workflows/generator.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ on:
1212
- "v*.*"
1313
- "master"
1414
- "feature/*"
15-
workflow_call:
16-
inputs:
17-
ref:
18-
description: "The git ref to check"
19-
type: string
20-
required: true
2115

2216
env:
2317
PHP_VERSION: "8.2"
@@ -34,7 +28,7 @@ jobs:
3428
- name: "Checkout"
3529
uses: "actions/checkout@v4"
3630
with:
37-
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref }}
31+
fetch-depth: 2
3832

3933
- name: "Setup"
4034
uses: "./.github/actions/setup"

0 commit comments

Comments
 (0)