Skip to content

Commit

Permalink
Change cronjob time for pull_upstream github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarahui committed Jul 28, 2023
1 parent adfb52c commit e34bc84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_upstream.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Sync Upstream

# https://github.com/marketplace/actions/sync-and-merge-upstream-repository-with-your-current-repository
env:
UPSTREAM_URL: "https://github.com/aws/aws-mwaa-local-runner.git"
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
Expand All @@ -15,10 +16,10 @@ env:
# Optional toggle to spawn time logs (keeps action active)
SPAWN_LOGS: "false" # "true" or "false"

# This runs every day on 1801 UTC
# This runs every day on 1201 UTC
on:
schedule:
- cron: '1 18 * * *'
- cron: '1 12 * * *'
# Allows manual workflow run (must be in default branch to work)
workflow_dispatch:

Expand Down

0 comments on commit e34bc84

Please sign in to comment.