Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33309251
D9613.1768804174.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
862 B
Referenced Files
None
Subscribers
None
D9613.1768804174.diff
View Options
diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml
--- a/.github/workflows/android_ci.yml
+++ b/.github/workflows/android_ci.yml
@@ -2,7 +2,9 @@
on:
push:
- branches: [master]
+ branches:
+ - master
+ - 'debugci/android_ci/*'
paths-ignore:
- 'landing/**'
- 'web/**'
@@ -65,3 +67,7 @@
- name: Disk Usage
run: df -h
+
+ - name: Set up tmate session
+ if: failure() && startsWith(github.ref, 'refs/heads/debugci/')
+ uses: mxschmitt/action-tmate@v3
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
@@ -4,7 +4,7 @@
push:
branches:
- master
- - 'debugci/*'
+ - 'debugci/ios_ci/*'
paths-ignore:
- 'landing/**'
- 'web/**'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 6:29 AM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954875
Default Alt Text
D9613.1768804174.diff (862 B)
Attached To
Mode
D9613: [CI] run ios/android CI on ios_ci/android_ci branches
Attached
Detach File
Event Timeline
Log In to Comment