diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8651257..d69f810 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: check: name: Full Project Check - runs-on: ubuntu-latest + runs-on: codeberg-small timeout-minutes: 60 steps: @@ -40,7 +40,7 @@ jobs: build-linux: name: Build Linux Release - runs-on: ubuntu-latest + runs-on: codeberg-small needs: check if: github.ref == 'refs/heads/main' timeout-minutes: 60 @@ -78,7 +78,7 @@ jobs: deploy-playstore: name: Build & Deploy to Play Store - runs-on: ubuntu-latest + runs-on: codeberg-small needs: check if: github.ref == 'refs/heads/main' timeout-minutes: 60 @@ -124,7 +124,7 @@ jobs: publish-website: name: Publish Website Build History - runs-on: ubuntu-latest + runs-on: codeberg-small needs: [build-linux, deploy-playstore] if: | always() &&