We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34994d commit 9b74e89Copy full SHA for 9b74e89
.github/workflows/aspect-workflows-warming.yaml
@@ -5,6 +5,8 @@ on:
5
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
6
schedule:
7
- cron: '0 8 * * *'
8
+ push:
9
+ branches: [main-gha]
10
11
# Allow this to be triggered manually via the GitHub UI Actions tab
12
workflow_dispatch:
@@ -19,7 +21,8 @@ jobs:
19
21
- name: Workflows environment
20
22
run: ${ASPECT_WORKFLOWS_BIN_DIR}/configure_workflows_env
23
- uses: actions/checkout@v4
- ref: main-gha
24
+ with:
25
+ ref: main-gha
26
- name: Agent health check
27
# Set RUNNER_TRACKER_ID="" to prevent GitHub Actions from killing the Bazel server started
28
# during health check when "Cleaning up orphan processes" in the "Complete job" step.
0 commit comments