This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch fix/remove-dummy-workflow in repository https://gitbox.apache.org/repos/asf/logging-flume-mongodb.git
commit 6820109d05b6c2dadddc1972c14a119a0d28ae65 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Sep 2 18:45:42 2026 +0200 Remove dummy `ubuntu (latest)` workflow We can remove the dummy workflow, since the ruleset has been updated. --- .github/workflows/build.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b0d1106..bbade2b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,34 +41,6 @@ jobs: with: java-version: 17 - # TODO: remove once the `.asf.yaml` ruleset on `main` requires `build / build (ubuntu-latest)`. - # The ruleset currently in force requires a check named `build (ubuntu-latest)`, which the - # reusable workflow cannot produce, so this job carries that name until the fix is merged. - build-legacy-check: - name: build (ubuntu-latest) - runs-on: windows-latest - permissions: - contents: read - steps: - - - name: Checkout repository - uses: actions/checkout@v7 - - - name: Set up Java - uses: actions/setup-java@v5 - with: - distribution: zulu - java-version: 17 - cache: maven - - - name: Build - shell: bash - run: | - ./mvnw \ - --show-version --batch-mode --errors --no-transfer-progress \ - -DtrimStackTrace=false \ - verify - deploy-snapshot: needs: build if: github.repository == 'apache/logging-flume-mongodb' && github.ref_name == 'main'
