Skip to content

Commit

Permalink
chore: fix the build
Browse files Browse the repository at this point in the history
Hopefully last time.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jun 12, 2024
1 parent 776dc42 commit ae3bf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
crossBuilder: true
runners:
- self-hosted
- generic
- pkgs
steps:
- name: build
nonMakeStep: true
Expand Down

0 comments on commit ae3bf54

Please sign in to comment.