Page MenuHomePhorge

D9579.1768442480.diff
No OneTemporary

Size
618 B
Referenced Files
None
Subscribers
None

D9579.1768442480.diff

diff --git a/.github/workflows/ios_ci.yml b/.github/workflows/ios_ci.yml
--- a/.github/workflows/ios_ci.yml
+++ b/.github/workflows/ios_ci.yml
@@ -2,7 +2,9 @@
on:
push:
- branches: [master]
+ branches:
+ - master
+ - 'debugci/*'
paths-ignore:
- 'landing/**'
- 'web/**'
@@ -66,3 +68,7 @@
- name: Clean up keychain
if: ${{ always() }}
run: security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
+
+ - name: Set up tmate session
+ if: failure() && startsWith(github.ref, 'refs/heads/debugci/')
+ uses: mxschmitt/action-tmate@v3

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 15, 2:01 AM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5935270
Default Alt Text
D9579.1768442480.diff (618 B)

Event Timeline