diff --git a/.github/workflows/publish-infra.yml b/.github/workflows/publish-infra.yml index c9d3e7775..89a7f50bb 100644 --- a/.github/workflows/publish-infra.yml +++ b/.github/workflows/publish-infra.yml @@ -7,32 +7,11 @@ on: - "infra-dev-*" - "infra-test-*" - "infra-prod-*" - paths: - - ".github/workflows/publish.yml" - - "packages/**" - - "!packages/**/*.md" - - "!packages/**/*.eslintrc" - - "apps/**" - - "!apps/**/*.md" - - "!apps/**/*.eslintrc" - - "integrations/**" - - "!integrations/**/*.md" - - "!integrations/**/*.eslintrc" - - "pnpm-lock.yaml" - - "pnpm-workspace.yaml" - - "turbo.json" - - "docker/Dockerfile" - - "docker/scripts/**" - - "tests/**" permissions: - id-token: write packages: write contents: read -env: - AWS_REGION: us-east-1 - jobs: build: strategy: