From 841845d53e65c174c273da3792a21de6a1c88e44 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Tue, 31 Dec 2024 16:20:45 -0500 Subject: [PATCH] Remove overwrite: true flag Signed-off-by: Joyce Quach --- .github/workflows/verify-ec2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/verify-ec2.yml b/.github/workflows/verify-ec2.yml index f9acb672..4ff690cb 100644 --- a/.github/workflows/verify-ec2.yml +++ b/.github/workflows/verify-ec2.yml @@ -83,7 +83,6 @@ jobs: name: ${{ github.workflow }}-${{ env.COMMIT_SHORT_SHA }}-results path: spec/results/ name: artifact-${{ matrix.suite }} - overwrite: true - name: Display our ${{ matrix.suite }} results summary if: ${{ !contains(steps.commit.outputs.message, 'only-validate-profile') }} uses: mitre/saf_action@v1.5.0