Skip to content

Commit 3f0ef6b

Browse files
committed
Remove repository check before running jobs
1 parent 7746b34 commit 3f0ef6b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/quality-js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
checks:
1818
name: Lint JS
1919
runs-on: ubuntu-latest
20-
if: ${{ github.repository == 'BeAPI/multisite-shared-blocks' || github.event_name == 'pull_request' }}
2120

2221
steps:
2322
- name: Checkout project

.github/workflows/quality-php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
checks:
1818
name: Codesniffer
1919
runs-on: ubuntu-latest
20-
if: ${{ github.repository == 'BeAPI/multisite-shared-blocks' || github.event_name == 'pull_request' }}
2120

2221
steps:
2322
- name: Checkout project

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
unit-php:
1818
name: PHP
1919
runs-on: ubuntu-latest
20-
if: ${{ github.repository == 'BeAPI/multisite-shared-blocks' || github.event_name == 'pull_request' }}
2120

2221
steps:
2322
- name: Checkout project

0 commit comments

Comments
 (0)