This commit is contained in:
@@ -2,11 +2,11 @@ name: Build container
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 16 * * FRI'
|
||||
- cron: "0 16 * * FRI"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: act-latest
|
||||
runs-on: job-latest
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Clone repo
|
||||
|
||||
Reference in New Issue
Block a user