Skip to content

Commit d7b6c36

Browse files
committed
temporarily disable build for broken aws-proxy extension (to be fixed soon)
1 parent 2d9d625 commit d7b6c36

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/aws-proxy.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: LocalStack AWS Proxy Extension Tests
22

33
on:
4-
push:
5-
paths:
6-
- aws-proxy/**
7-
branches:
8-
- main
9-
pull_request:
10-
paths:
11-
- .github/workflows/aws-proxy.yml
12-
- aws-proxy/**
4+
# TODO: temporarily disabled - AWS proxy codebase needs to be fixed, to accommodate recent
5+
# changes in CLI and runtime repos, see: https://github.com/localstack/localstack/pull/13704
6+
# push:
7+
# paths:
8+
# - aws-proxy/**
9+
# branches:
10+
# - main
11+
# pull_request:
12+
# paths:
13+
# - .github/workflows/aws-proxy.yml
14+
# - aws-proxy/**
1315
workflow_dispatch:
1416

1517
jobs:

0 commit comments

Comments
 (0)