From 203fdd7460f850ab640c6cbd0a86657609fb504a Mon Sep 17 00:00:00 2001 From: Cody Constine Date: Tue, 3 Sep 2024 11:43:59 -0600 Subject: [PATCH] removed the checkout --- .github/actions/build_dev_ami/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/build_dev_ami/action.yaml b/.github/actions/build_dev_ami/action.yaml index 479a283c9..b363517e1 100644 --- a/.github/actions/build_dev_ami/action.yaml +++ b/.github/actions/build_dev_ami/action.yaml @@ -38,9 +38,6 @@ runs: env: GITHUB_CONTEXT: ${{ toJson(github) }} - - name: Checkout full history - uses: actions/checkout@v4 - - name: Configure UID2 AWS credentials uses: aws-actions/configure-aws-credentials@v4 if: ${{ inputs.identity_scope == 'uid2' }}