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

Disable most cron workflows #3962

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ios-bump-internal-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: iOS - Bump Internal Release

on:
schedule:
- cron: '0 5 * * 2-5' # Run at 05:00 UTC, Tuesday through Friday
# schedule:
# - cron: '0 5 * * 2-5' # Run at 05:00 UTC, Tuesday through Friday
workflow_dispatch:
inputs:
asana-task-url:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-end-to-end.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: iOS - End-to-End tests

on:
schedule:
- cron: '0 4 * * *' # run at 4 AM UTC
# schedule:
# - cron: '0 4 * * *' # run at 4 AM UTC
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: iOS - Nightly Test and Deploy

on:
schedule:
- cron: '0 2 * * *' # Run at 2 AM UTC
# schedule:
# - cron: '0 2 * * *' # Run at 2 AM UTC

jobs:
atb-ui-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-sync-end-to-end.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: iOS - Sync-End-to-End tests

on:
schedule:
- cron: '0 1 * * *' # run at 1 AM UTC
# schedule:
# - cron: '0 1 * * *' # run at 1 AM UTC
workflow_dispatch:

jobs:
Expand Down
Loading