Skip to content

Commit 3e9e395

Browse files
committed
Remove submodules from unecessary actions
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 7d073f2 commit 3e9e395

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/reports.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
with:
25-
submodules: recursive
26-
ref: ${{ github.head_ref || github.ref_name }}
2724

2825
- name: Get Composer Cache Directory
2926
id: composer-cache
@@ -45,7 +42,7 @@ jobs:
4542
with:
4643
php_version: '8.3'
4744

48-
- name: Generate phpDocumentor API Docs
45+
- name: Generate reports
4946
uses: php-actions/composer@v6
5047
with:
5148
php_version: '8.3'

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
php-version: [ '8.3', '8.4', '8.5' ]
2525
steps:
2626
- uses: actions/checkout@v4
27-
with:
28-
submodules: recursive
29-
ref: ${{ github.head_ref || github.ref_name }}
3027

3128
- name: Get Composer Cache Directory
3229
id: composer-cache

0 commit comments

Comments
 (0)