Skip to content

Commit 0fb67b2

Browse files
committed
ci: avoid duplicate linux registry cache test
1 parent d35fa5f commit 0fb67b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
226226
- name: Terraform registry cache acceptance test
227227
timeout-minutes: 10
228-
if: matrix.flavor.target == 'linux' || matrix.flavor.target == 'macos' || (matrix.flavor.target == 'windows' && ! github.event.pull_request.draft)
228+
if: matrix.flavor.target == 'macos' || (matrix.flavor.target == 'windows' && ! github.event.pull_request.draft)
229229
env:
230230
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
231231
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)