From fae055e1a7bfa09da76162d867adedc25a8bb19f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 20 Jan 2024 00:38:30 +0100 Subject: [PATCH] Remove ignored paths for build workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we have mandatory status checks enabled for pull requests, this previously caused this action to not run, in turn reporting “Expected — Waiting for status to be reported” on any PR that only changes the ignored files. This change will likely lead to a minor increase in build volume. However, considering the fraction of cases in which only those files are changed, it should be negligible. --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807164f..0181cad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,6 @@ name: CI build on: push: - paths-ignore: - - 'src/main/asciidoc/**' - - 'readme.adoc' env: MAVEN_OPTS: -Xmx1G