Skip to content

Commit e53e28a

Browse files
committed
chore: remove checkout step for base branch
1 parent f5ad0cb commit e53e28a

10 files changed

Lines changed: 1 addition & 65 deletions

.github/workflows/reusable-coveralls.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
runs-on: ubuntu-24.04
1717

1818
steps:
19-
- name: Checkout base branch for PR
20-
if: github.event_name == 'pull_request'
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22-
with:
23-
ref: ${{ github.base_ref }}
24-
persist-credentials: false
25-
2619
- name: Checkout
2720
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2821
with:

.github/workflows/reusable-phpunit-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,6 @@ jobs:
169169
sudo apt-get update
170170
sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64
171171
172-
- name: Checkout base branch for PR
173-
if: github.event_name == 'pull_request'
174-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
175-
with:
176-
ref: ${{ github.base_ref }}
177-
persist-credentials: false
178-
179172
- name: Checkout
180173
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
181174
with:

.github/workflows/reusable-serviceless-phpunit-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ jobs:
6565
sudo apt-get update
6666
sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64
6767
68-
- name: Checkout base branch for PR
69-
if: github.event_name == 'pull_request'
70-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
71-
with:
72-
ref: ${{ github.base_ref }}
73-
persist-credentials: false
74-
7568
- name: Checkout
7669
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7770
with:

.github/workflows/test-autoreview.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
name: Check normalized composer.json
3636
runs-on: ubuntu-24.04
3737
steps:
38-
- name: Checkout base branch for PR
39-
if: github.event_name == 'pull_request'
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41-
with:
42-
ref: ${{ github.base_ref }}
43-
4438
- name: Checkout
4539
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4640

.github/workflows/test-coding-standards.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
composer-option: '--ignore-platform-req=php'
3535

3636
steps:
37-
- name: Checkout base branch for PR
38-
if: github.event_name == 'pull_request'
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40-
with:
41-
ref: ${{ github.base_ref }}
42-
4337
- name: Checkout
4438
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4539

.github/workflows/test-deptrac.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
name: Architectural Inspection
3737
runs-on: ubuntu-24.04
3838
steps:
39-
- name: Checkout base branch for PR
40-
if: github.event_name == 'pull_request'
41-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42-
with:
43-
ref: ${{ github.base_ref }}
44-
4539
- name: Checkout
4640
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4741

.github/workflows/test-phpstan.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
steps:
48-
- name: Checkout base branch for PR
49-
if: github.event_name == 'pull_request'
50-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51-
with:
52-
ref: ${{ github.base_ref }}
53-
5448
- name: Checkout
5549
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5650

.github/workflows/test-psalm.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
- '8.2'
3636

3737
steps:
38-
- name: Checkout base branch for PR
39-
if: github.event_name == 'pull_request'
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41-
with:
42-
ref: ${{ github.base_ref }}
43-
persist-credentials: false
44-
4538
- name: Checkout
4639
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4740
with:

.github/workflows/test-rector.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
composer-option: '--ignore-platform-req=php'
5353

5454
steps:
55-
- name: Checkout base branch for PR
56-
if: github.event_name == 'pull_request'
57-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58-
with:
59-
ref: ${{ github.base_ref }}
60-
6155
- name: Checkout
6256
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6357

.github/workflows/test-structarmed.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ jobs:
5050
- '8.5'
5151

5252
steps:
53-
- name: Checkout base branch for PR
54-
if: github.event_name == 'pull_request'
55-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56-
with:
57-
ref: ${{ github.base_ref }}
58-
5953
- name: Checkout
6054
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6155

@@ -81,7 +75,7 @@ jobs:
8175
restore-keys: ${{ runner.os }}-composer-
8276

8377
- name: Install dependencies
84-
run: composer update --ansi --no-interaction ${{ matrix.composer-option }}
78+
run: composer update --ansi --no-interaction
8579

8680
- name: Structarmed Cache
8781
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5

0 commit comments

Comments
 (0)