Skip to content

Commit 1dae768

Browse files
committed
Always run workflows, including for dependabot PRs
1 parent b3b04d1 commit 1dae768

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/backward-compatibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
bc-checks:
2222
name: Backward Compatibility Check
2323
runs-on: ubuntu-latest
24-
if: github.actor != 'dependabot[bot]'
2524

2625
steps:
2726
- uses: actions/checkout@v6

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
links:
2828
name: Check Links
2929
runs-on: ubuntu-latest
30-
if: github.actor != 'dependabot[bot]'
3130

3231
steps:
3332
- name: Checkout repository

.github/workflows/emulator-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
emulator-tests:
2525
name: Emulator Tests
2626
runs-on: ubuntu-latest
27-
if: github.actor != 'dependabot[bot]'
2827

2928
env:
3029
php-version: '8.4'

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
integration-tests:
2525
name: Integration Tests
2626
runs-on: ubuntu-latest
27-
if: github.actor != 'dependabot[bot]'
2827

2928
env:
3029
php-version: '8.4'

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
phpstan:
2626
name: "PHPStan (PHP ${{ matrix.php }})"
2727
runs-on: ubuntu-latest
28-
if: github.actor != 'dependabot[bot]'
2928

3029
strategy:
3130
fail-fast: false

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
tests:
2626
name: "PHP ${{ matrix.php }}, ${{ matrix.dependencies }} deps"
2727
runs-on: ubuntu-latest
28-
if: github.actor != 'dependabot[bot]'
2928

3029
strategy:
3130
fail-fast: false

0 commit comments

Comments
 (0)