Skip to content

Commit eaefc20

Browse files
committed
chores: comment out vestigal testinfra-ami-build
1 parent a921779 commit eaefc20

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

@@ -119,13 +119,6 @@ jobs:
119119
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
120120
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
121121

122-
run-testinfra:
123-
needs: build-run-image
124-
if: ${{ success() }}
125-
uses: ./.github/workflows/testinfra-ami-build.yml
126-
secrets:
127-
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
128-
129122
run-tests:
130123
needs: build-run-image
131124
if: ${{ success() }}

0 commit comments

Comments
 (0)