Skip to content

Commit 9b74e89

Browse files
committed
Warming workflow!!!
1 parent c34994d commit 9b74e89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/aspect-workflows-warming.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
66
schedule:
77
- cron: '0 8 * * *'
8+
push:
9+
branches: [main-gha]
810

911
# Allow this to be triggered manually via the GitHub UI Actions tab
1012
workflow_dispatch:
@@ -19,7 +21,8 @@ jobs:
1921
- name: Workflows environment
2022
run: ${ASPECT_WORKFLOWS_BIN_DIR}/configure_workflows_env
2123
- uses: actions/checkout@v4
22-
ref: main-gha
24+
with:
25+
ref: main-gha
2326
- name: Agent health check
2427
# Set RUNNER_TRACKER_ID="" to prevent GitHub Actions from killing the Bazel server started
2528
# during health check when "Cleaning up orphan processes" in the "Complete job" step.

0 commit comments

Comments
 (0)