Skip to content

Commit 19b3be6

Browse files
committed
chore(ci): avoid build to fail when running from develop branch
1 parent 80494e4 commit 19b3be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e" --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"
3535

3636
# This line is needed for nx affected to work when CI is running on a PR
37-
- run: git branch --track develop origin/develop
37+
- run: git branch --track develop origin/develop || exit 0
3838

3939
- run: pnpm exec nx-cloud record -- nx format:check
4040
- run: pnpm exec nx affected -t lint test build e2e --exclude=smoke --codeCoverage

0 commit comments

Comments
 (0)