Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 809bb6c

Browse files
authored
Disable most cron workflows (#3962)
Task/Issue URL: https://app.asana.com/0/72649045549333/1209393516054365 Tech Design URL: CC: Description: This PR disables all cron workflow triggers except for stale PRs, since that one isn't important in this context. The goal here is to disable cron triggers after the monorepo migration, avoiding noise in Asana etc. This PR is not to be merged until Feb 17 (most likely I will merge it on my Feb 16 evening).
1 parent f4fe249 commit 809bb6c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ios-bump-internal-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iOS - Bump Internal Release
22

33
on:
4-
schedule:
5-
- cron: '0 5 * * 2-5' # Run at 05:00 UTC, Tuesday through Friday
4+
# schedule:
5+
# - cron: '0 5 * * 2-5' # Run at 05:00 UTC, Tuesday through Friday
66
workflow_dispatch:
77
inputs:
88
asana-task-url:

.github/workflows/ios-end-to-end.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iOS - End-to-End tests
22

33
on:
4-
schedule:
5-
- cron: '0 4 * * *' # run at 4 AM UTC
4+
# schedule:
5+
# - cron: '0 4 * * *' # run at 4 AM UTC
66
workflow_dispatch:
77

88
jobs:

.github/workflows/ios-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iOS - Nightly Test and Deploy
22

33
on:
4-
schedule:
5-
- cron: '0 2 * * *' # Run at 2 AM UTC
4+
# schedule:
5+
# - cron: '0 2 * * *' # Run at 2 AM UTC
66

77
jobs:
88
atb-ui-tests:

.github/workflows/ios-sync-end-to-end.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iOS - Sync-End-to-End tests
22

33
on:
4-
schedule:
5-
- cron: '0 1 * * *' # run at 1 AM UTC
4+
# schedule:
5+
# - cron: '0 1 * * *' # run at 1 AM UTC
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)