diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7963c7d..5760645 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy to Production - runs-on: ubuntu-latest + runs-on: main-runner steps: - name: Checkout code uses: actions/checkout@v4