From ae3bf5419e2cb25658933fdabef9c3b48aeedd8d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 12 Jun 2024 17:35:19 +0400 Subject: [PATCH] chore: fix the build Hopefully last time. Signed-off-by: Andrey Smirnov --- .github/workflows/ci.yaml | 4 ++-- .kres.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index add77e0..fa5c2e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-06-12T12:10:56Z by kres 90445df. +# Generated on 2024-06-12T13:35:12Z by kres 90445df. name: default concurrency: @@ -27,7 +27,7 @@ jobs: pull-requests: read runs-on: - self-hosted - - generic + - pkgs if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) services: buildkitd: diff --git a/.kres.yaml b/.kres.yaml index 676ef4d..bb8058f 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -12,7 +12,7 @@ spec: crossBuilder: true runners: - self-hosted - - generic + - pkgs steps: - name: build nonMakeStep: true