Skip to content

Commit

Permalink
Disable most cron workflows (#3962)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
samsymons authored Feb 15, 2025
1 parent f4fe249 commit 809bb6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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

0 comments on commit 809bb6c

Please sign in to comment.