Skip to content

Commit

Permalink
deleted if
Browse files Browse the repository at this point in the history
  • Loading branch information
gomboskriszta15 committed Jul 22, 2024
1 parent 2b99ac6 commit b30f2a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
jobs:
build-ipa:
runs-on: [self-hosted, macOS]
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true'
steps:
- uses: actions/checkout@v3

Expand All @@ -31,7 +30,6 @@ jobs:
**/*.log
build-ipa2:
runs-on: [self-hosted, macOS]
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true'
steps:
- uses: actions/checkout@v3

Expand All @@ -53,7 +51,6 @@ jobs:
build-ipa3:
runs-on: [self-hosted, macOS]
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit b30f2a8

Please sign in to comment.