···20202121jobs:
2222 bundleDeploy:
2323+ if: github.repository == 'bluesky-social/social-app'
2324 name: Bundle and Deploy EAS Update
2425 runs-on: ubuntu-latest
2526 concurrency:
···150151 needs: [bundleDeploy]
151152 # Gotta check if its NOT '[]' because any md5 hash in the outputs is detected as a possible secret and won't be
152153 # available here
153153- if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.changes-detected }}
154154+ if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.changes-detected && github.repository == 'bluesky-social/social-app' }}
154155 steps:
155156 - name: Check for EXPO_TOKEN
156157 run: >
···239240 needs: [bundleDeploy]
240241 # Gotta check if its NOT '[]' because any md5 hash in the outputs is detected as a possible secret and won't be
241242 # available here
242242- if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.changes-detected }}
243243+ if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.changes-detected && github.repository == 'bluesky-social/social-app'}}
243244244245 steps:
245246 - name: Check for EXPO_TOKEN