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 d891e2b commit 8ea074cCopy full SHA for 8ea074c
.github/workflows/check-with-upstream.yaml
@@ -1,14 +1,15 @@
1
name: check-with-upstream
2
+permissions: {}
3
# Run every Monday.
4
on:
5
schedule:
- - cron: '0 0 * * 1'
6
+ - cron: "0 0 * * 1"
7
jobs:
8
check-selectors-ksm:
9
runs-on: ubuntu-latest
10
name: Check if KSM selectors are present on applicable metrics.
11
steps:
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
- with:
13
- persist-credentials: false
14
- - run: make --always-make check-selectors-ksm
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ with:
+ persist-credentials: false
15
+ - run: make --always-make check-selectors-ksm
.github/workflows/ci.yaml
@@ -1,4 +1,5 @@
name: ci
push:
branches:
0 commit comments