diff --git a/.github/workflows/build-vcpkg.yml b/.github/workflows/build-vcpkg.yml index 594bfe1..4fc479d 100644 --- a/.github/workflows/build-vcpkg.yml +++ b/.github/workflows/build-vcpkg.yml @@ -2,7 +2,7 @@ name: Build and Upload vcpkg 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 }}