File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ concurrency:
2828
2929jobs :
3030 check-dist :
31- if : ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
3231 runs-on : ubuntu-latest
3332 timeout-minutes : 5
3433 steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ concurrency:
1414
1515jobs :
1616 deploy-delete :
17- if : ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
1817 permissions :
1918 actions : read
2019 contents : read
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ concurrency:
1010
1111jobs :
1212 deploy-main :
13- if : ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
1413 permissions :
1514 actions : read
1615 contents : read
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111
1212jobs :
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
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ concurrency:
1111
1212jobs :
1313 download :
14- if : ${{ github.repository == 'andykenward/github-actions-cloudflare-pages' }}
1514 permissions :
1615 contents : write
1716 pull-requests : write
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
You can’t perform that action at this time.
0 commit comments