Skip to content

Commit 294c7ea

Browse files
committed
remove check
1 parent be4c980 commit 294c7ea

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/stockfish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
Prerelease:
2121
name: Prerelease
22-
if: github.repository == 'official-stockfish/Stockfish' && (github.ref == 'refs/heads/master' || (startsWith(github.ref_name, 'sf_') && github.ref_type == 'tag'))
22+
if: (github.ref == 'refs/heads/master' || (startsWith(github.ref_name, 'sf_') && github.ref_type == 'tag'))
2323
runs-on: ubuntu-latest
2424
needs: [Matrix, Compilation, WindowsARMCompilation, ARMCompilation, UniversalCompilation]
2525
permissions:
@@ -184,7 +184,6 @@ jobs:
184184
needs: [Matrix, Sanitizers, Tests, Matetrack, Games, CompilerCheck]
185185
uses: ./.github/workflows/universal_compilation.yml
186186
Binaries:
187-
if: github.repository == 'official-stockfish/Stockfish'
188187
name: macOS uploads
189188
needs: [Prerelease, Matrix, Compilation]
190189
uses: ./.github/workflows/upload_binaries.yml
@@ -195,7 +194,6 @@ jobs:
195194
secrets:
196195
token: ${{ secrets.GITHUB_TOKEN }}
197196
WindowsARM_Binaries:
198-
if: github.repository == 'official-stockfish/Stockfish'
199197
name: Windows ARM uploads
200198
needs: [Prerelease, Matrix, WindowsARMCompilation]
201199
uses: ./.github/workflows/upload_binaries.yml
@@ -206,7 +204,6 @@ jobs:
206204
secrets:
207205
token: ${{ secrets.GITHUB_TOKEN }}
208206
ARM_Binaries:
209-
if: github.repository == 'official-stockfish/Stockfish'
210207
name: Android uploads
211208
needs: [Prerelease, Matrix, ARMCompilation]
212209
uses: ./.github/workflows/upload_binaries.yml
@@ -217,7 +214,6 @@ jobs:
217214
secrets:
218215
token: ${{ secrets.GITHUB_TOKEN }}
219216
Universal_Binaries:
220-
if: github.repository == 'official-stockfish/Stockfish'
221217
name: Universal binaries
222218
needs: [Prerelease, Matrix, UniversalCompilation]
223219
uses: ./.github/workflows/upload_binaries.yml

0 commit comments

Comments
 (0)