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 d16e664 commit de25159Copy full SHA for de25159
2 files changed
.github/workflows/pr.yaml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: ${{ github.repository_owner == 'k3s-io' && 'cncf-ubuntu-8-32-x86' || 'ubuntu-latest' }}
14
15
steps:
16
- name: Set up QEMU
.github/workflows/release.yml
@@ -10,7 +10,7 @@ env:
build-and-push:
permissions:
contents: read
0 commit comments