From 17889ccb61af574224ab617a7e98768bbfd04513 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Oct 2023 21:06:28 +0100 Subject: [PATCH] ci:test-linux: temporary workaround for bad commit message --- .github/workflows/test-linux-x64.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-linux-x64.yml b/.github/workflows/test-linux-x64.yml index d5164db9f..08933dccc 100644 --- a/.github/workflows/test-linux-x64.yml +++ b/.github/workflows/test-linux-x64.yml @@ -3,7 +3,7 @@ # using the GHC version(s) enabled below. # It also uploads the binaries as a downloadable artifact for testers, # and because why not having done all the work. -# Merging to master requires that this workflow's jobs ("86" at least) have passed. +# Merging to master requires that this workflow's jobs ("810" at least) have passed. name: test-linux-x64 @@ -93,8 +93,8 @@ jobs: run: | RANGE=${BEFORE:-origin/master}..${GITHUB_HEAD_REF:-} - echo "debug: last 10 commits:" - echo "$(git log --format='%h -%d %s (%an, %ci)' -10)" + echo "debug: last 0 commits (temporarily reduced from 10):" + echo "$(git log --format='%h -%d %s (%an, %ci)' -0)" echo "debug: origin/master:" echo "$(git log --format='%h -%d %s (%an, %ci)' -1 origin/master)" echo "debug: BEFORE=$BEFORE"