Skip to content

Commit 5079b9d

Browse files
committed
chores: comment out vestigal testinfra-ami-build
1 parent 8e83817 commit 5079b9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nix-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
permissions:
1212
id-token: write
1313
# required by testinfra-ami-build dependent workflows
14-
contents: write
14+
# contents: write
1515
packages: write
1616

1717
jobs:
@@ -119,12 +119,12 @@ 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 }}
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 }}
128128

129129
run-tests:
130130
needs: build-run-image

0 commit comments

Comments
 (0)