From faeb56d35bd58812305ca21dc93de38bf6536af7 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Wed, 22 May 2024 14:56:57 +0100 Subject: [PATCH] Remove raw data upload. It was merged into touchstone upstream. --- .github/workflows/touchstone.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/touchstone.yaml b/.github/workflows/touchstone.yaml index e44ae041..08e98bc5 100644 --- a/.github/workflows/touchstone.yaml +++ b/.github/workflows/touchstone.yaml @@ -86,14 +86,6 @@ jobs: steps: - uses: lorenzwalthert/touchstone/actions/receive@main - # https://github.com/lorenzwalthert/touchstone/pull/138 - - name: Upload raw results - uses: actions/upload-artifact@v2 - with: - name: data - path: touchstone/records/ - overwrite: true - comment: needs: ['prepare', 'build']