Skip to content

Commit 0309f6a

Browse files
authored
Merge pull request #489 from nightscout/release/0.2.5
Release v0.2.5 — Browser Build Hotfix [to main]
2 parents 285c8e1 + cb75ded commit 0309f6a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/build_trio.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,14 @@ jobs:
168168
169169
# Keep repository "alive": add empty commits to ALIVE_BRANCH after "time_elapsed" days of inactivity to avoid inactivation of scheduled workflows
170170
- name: Keep alive
171-
if: |
172-
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
173-
(vars.SCHEDULED_BUILD != 'false' || vars.SCHEDULED_SYNC != 'false')
174-
uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
175-
with:
176-
time_elapsed: 20 # Time elapsed from the previous commit to trigger a new automated commit (in days)
171+
run: |
172+
echo "Keep Alive temporarily removed while gautamkrishnar/keepalive-workflow is not available"
173+
# if: |
174+
# needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
175+
# (vars.SCHEDULED_BUILD != 'false' || vars.SCHEDULED_SYNC != 'false')
176+
# uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
177+
# with:
178+
# time_elapsed: 20 # Time elapsed from the previous commit to trigger a new automated commit (in days)
177179

178180
- name: Show scheduled build configuration message
179181
if: needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION != 'true'

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_DISPLAY_NAME = Trio
2-
APP_VERSION = 0.2.4
2+
APP_VERSION = 0.2.5
33
APP_BUILD_NUMBER = 1
44
COPYRIGHT_NOTICE =
55
DEVELOPER_TEAM = ##TEAM_ID##

0 commit comments

Comments
 (0)