From f280396c3df68bab40131672790b21a83ad41153 Mon Sep 17 00:00:00 2001 From: Florian Deconinck Date: Mon, 31 Jul 2023 17:58:22 -0400 Subject: [PATCH] Force to run "comment-results" --- .github/workflows/discover-oncomment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/discover-oncomment.yml b/.github/workflows/discover-oncomment.yml index 2b123eb..5387433 100644 --- a/.github/workflows/discover-oncomment.yml +++ b/.github/workflows/discover-oncomment.yml @@ -60,6 +60,7 @@ jobs: geosongpu_ci_ref: ${{ needs.check-valid-comment.outputs.branch }} comment-results: + if: always() needs: [run-discover-ondemand, check-valid-comment] runs-on: ubuntu-latest steps: