ci: switch to wesley-latest builder
All checks were successful
Build container / build (push) Has been skipped
All checks were successful
Build container / build (push) Has been skipped
This commit is contained in:
@@ -2,11 +2,11 @@ name: Build container
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 16 * * FRI'
|
- cron: "0 16 * * FRI"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: act-latest
|
runs-on: wesley-latest
|
||||||
if: gitea.ref == 'refs/heads/main'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
|
|||||||
Reference in New Issue
Block a user