Skip to content

Commit be4d72e

Browse files
committed
Revert "ci: strict check run only for this repo"
This reverts commit fb06173.
1 parent fb06173 commit be4d72e

5 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ concurrency:
2828

2929
jobs:
3030
check-dist:
31-
if: ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
3231
runs-on: ubuntu-latest
3332
timeout-minutes: 5
3433
steps:

.github/workflows/deploy-delete.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ concurrency:
1414

1515
jobs:
1616
deploy-delete:
17-
if: ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
1817
permissions:
1918
actions: read
2019
contents: read

.github/workflows/deploy-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ concurrency:
1010

1111
jobs:
1212
deploy-main:
13-
if: ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
1413
permissions:
1514
actions: read
1615
contents: read

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
deploy:
14-
if: ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
14+
if: ${{ !github.event.pull_request.head.repo.fork }}
1515
permissions:
1616
actions: read
1717
contents: read

.github/workflows/update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ concurrency:
1111

1212
jobs:
1313
download:
14-
if: ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
1514
permissions:
1615
contents: write
1716
pull-requests: write
@@ -45,7 +44,6 @@ jobs:
4544
body: |
4645
This is an automated PR to update payloads.
4746
types:
48-
if: ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
4947
permissions:
5048
contents: write
5149
pull-requests: write

0 commit comments

Comments
 (0)