From 5b96bc3c636c1fd44aa8affd675a34964c58296a Mon Sep 17 00:00:00 2001 From: prabhu Date: Tue, 5 Nov 2024 17:28:59 +0000 Subject: [PATCH] Update build-meson.yml Signed-off-by: prabhu --- .github/workflows/build-meson.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-meson.yml b/.github/workflows/build-meson.yml index 20757c2..9de3b60 100644 --- a/.github/workflows/build-meson.yml +++ b/.github/workflows/build-meson.yml @@ -2,7 +2,7 @@ name: Build and Upload meson blint-db 0.1.0 on: schedule: - - cron: "0 */6 * * *" + - cron: "0 */12 * * *" workflow_dispatch: env: REGISTRY: ghcr.io @@ -10,7 +10,7 @@ env: jobs: builder: - runs-on: dev1-actions2 + runs-on: [self-hosted, almalinux] permissions: contents: write packages: write @@ -41,4 +41,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_USERNAME: ${{ github.actor }} \ No newline at end of file + GITHUB_USERNAME: ${{ github.actor }}