We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623b5b8 commit 6140ee2Copy full SHA for 6140ee2
1 file changed
.github/workflows/e2e.yml
@@ -151,8 +151,8 @@ jobs:
151
react-native-build:
152
name: Build RN ${{ matrix.rn-version }} ${{ matrix.rn-architecture }} ${{ matrix.engine }} ${{ matrix.platform }} ${{ matrix.build-type }} ${{ matrix.ios-use-frameworks }}
153
runs-on: ${{ matrix.runs-on }}
154
- needs: [diff_check]
155
- if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
+ needs: [diff_check, auth_token_check]
+ if: ${{ needs.diff_check.outputs.skip_ci != 'true' && needs.auth_token_check.outputs.skip_ci != 'true' && !startsWith(github.ref, 'refs/heads/release/') }}
156
env:
157
RN_VERSION: ${{ matrix.rn-version }}
158
RN_ENGINE: ${{ matrix.engine }}
0 commit comments