8000
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 c2e4187 commit 679aaefCopy full SHA for 679aaef
.github/workflows/ci.yml
@@ -4,8 +4,6 @@ on:
4
pull_request:
5
push:
6
workflow_dispatch:
7
- schedule:
8
- - cron: 0 0 * * 0
9
10
defaults:
11
run:
@@ -19,7 +17,7 @@ jobs:
19
17
20
18
generate-jobs:
21
name: Generate Jobs
22
- runs-on: ubuntu-latest
+ runs-on: riscv-builders
23
outputs:
24
strategy: ${{ steps.generate-jobs.outputs.strategy }}
25
steps:
@@ -33,7 +31,7 @@ jobs:
33
31
# https://github.com/docker-library/python/pull/706 (ensure we don't have any unexpected ".a" leftovers in "/usr/local")
34
32
strategy="$(jq <<<"$strategy" -c '
35
.matrix.include |= map(
36
- if .os == "ubuntu-latest" then
+ if .os == "riscv-builders" then
37
.runs.test += "\n" + (
38
.meta.entries
39
| map(
0 commit comments