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 }}