Skip to content

Commit 5a59040

Browse files
committed
chores(ci): comment out vestigal testinfra-ami-build
1 parent c6263b6 commit 5a59040

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
id-token: write
13-
# required by testinfra-ami-build dependent workflows
13+
# required by dependent workflows
1414
contents: write
1515
packages: write
1616

@@ -123,13 +123,6 @@ jobs:
123123
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
124124
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
125125

126-
run-testinfra:
127-
needs: build-run-image
128-
if: ${{ success() }}
129-
uses: ./.github/workflows/testinfra-ami-build.yml
130-
secrets:
131-
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
132-
133126
run-tests:
134127
needs: build-run-image
135128
if: ${{ success() }}

0 commit comments

Comments
 (0)