diff --git a/.forgejo/workflows/push-next-on-builder.yml b/.forgejo/workflows/push-next-on-builder.yml deleted file mode 100644 index d19399e..0000000 --- a/.forgejo/workflows/push-next-on-builder.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Rust - -on: - push: - branches: ["next"] - pull_request: - branches: ["main"] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: git-next-builder - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Build - run: cargo build --verbose - - - name: Run tests - run: cargo test --verbose diff --git a/.forgejo/workflows/push-next-on-docker.yml b/.forgejo/workflows/push-next.yml similarity index 100% rename from .forgejo/workflows/push-next-on-docker.yml rename to .forgejo/workflows/push-next.yml