Skip to content

Commit 04e719e

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-load-cluster-delay
2 parents 73683cf + 1dfd288 commit 04e719e

105 files changed

Lines changed: 4990 additions & 1874 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"version": "v6.4.0",
2121
"sha": "48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"
2222
},
23+
"github/gh-aw-actions/setup-cli@v0.71.5": {
24+
"repo": "github/gh-aw-actions/setup-cli",
25+
"version": "v0.71.5",
26+
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
27+
},
2328
"github/gh-aw-actions/setup@v0.71.5": {
2429
"repo": "github/gh-aw-actions/setup",
2530
"version": "v0.71.5",

.github/workflows/agentics-maintenance.yml

Lines changed: 202 additions & 29 deletions
Large diffs are not rendered by default.

.github/workflows/daily-accessibility-review.lock.yml

Lines changed: 15 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-accessibility-review.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ description: |
99
on:
1010
schedule: daily
1111
workflow_dispatch:
12-
steps:
13-
- name: Check main repo
14-
id: repo_check
15-
run: |
16-
if [ "${{ github.repository }}" != "rancher/dashboard" ]; then
17-
echo "Skipping: not the main repository"
18-
exit 1
19-
fi
20-
if: needs.pre_activation.outputs.repo_check_result == 'success'
12+
13+
if: github.repository_owner == 'rancher' || vars.ENABLE_AGENTIC_WORKFLOWS == 'true'
2114

2215
permissions: read-all
2316

0 commit comments

Comments
 (0)