Skip to content

Commit b0f9a5f

Browse files
committed
Fix GitHub Actions job if (no secrets context)
1 parent ec6c4f2 commit b0f9a5f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
${{ env.IMAGE_NAME }}:${{ github.sha }}
4646
4747
build-and-push-ecr-lambda:
48-
# Skip the ECR/Lambda pipeline unless AWS OIDC role is configured.
49-
if: ${{ secrets.AWS_ROLE != '' }}
5048
runs-on: ubuntu-latest
5149
permissions:
5250
contents: read

0 commit comments

Comments
 (0)