diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index bfc0b2c..de2e666 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -10,7 +10,4 @@ jobs: runs-on: linux_arm steps: - run: echo "Preparing to compile plate-tool" - - name: Check out repo code - uses: actions/checkout@v4 - with: - ref: "beta-release" + - uses: actions/checkout@v4