Skip to content

Commit

Permalink
Add strategy to artifact name. See #276
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 26, 2024
1 parent 3c56336 commit 67a481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-farm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Create the artifact file that we use to identify if the test already
# ran
artifact_name=testing-farm-${{ matrix.os-version }}-$yyyymmdd
artifact_name=testing-farm-${{ matrix.os-version }}-${{ matrix.strategy }} -$yyyymmdd
echo "artifact_name=$artifact_name" >> $GITHUB_ENV
touch /tmp/$artifact_name
skip=0
Expand Down

0 comments on commit 67a481b

Please sign in to comment.