Skip to content

Commit 8390f82

Browse files
committed
Run CI in forks as well
I faced some unexpected backlash from developers because of this.
1 parent a216227 commit 8390f82

16 files changed

+0
-39
lines changed

.github/workflows/build-ton-linux-android-tonlib.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: ubuntu-22.04
108

119
steps:

.github/workflows/build-ton-linux-arm64-appimage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: ubuntu-22.04-arm
108

119
steps:

.github/workflows/build-ton-linux-arm64-shared.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
strategy:
108
fail-fast: false
119
matrix:

.github/workflows/build-ton-linux-x86-64-appimage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: ubuntu-22.04
108

119
steps:

.github/workflows/build-ton-linux-x86-64-shared.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
strategy:
108
fail-fast: false
119
matrix:

.github/workflows/build-ton-linux-x86-64-werror.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: ubuntu-24.04
108

119
steps:

.github/workflows/build-ton-macos-13-x86-64-portable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: macos-13
108

119
steps:

.github/workflows/build-ton-macos-14-arm64-portable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: macos-14
108

119
steps:

.github/workflows/build-ton-macos-15-arm64-shared.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: macos-15
108

119
steps:

.github/workflows/build-ton-macos-arm64-shared.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
if: github.repository == 'ton-blockchain/ton'
8-
97
runs-on: macos-14
108

119
steps:

0 commit comments

Comments
 (0)