We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9d625 commit d7b6c36Copy full SHA for d7b6c36
1 file changed
.github/workflows/aws-proxy.yml
@@ -1,15 +1,17 @@
1
name: LocalStack AWS Proxy Extension Tests
2
3
on:
4
- push:
5
- paths:
6
- - aws-proxy/**
7
- branches:
8
- - main
9
- pull_request:
10
11
- - .github/workflows/aws-proxy.yml
12
+# TODO: temporarily disabled - AWS proxy codebase needs to be fixed, to accommodate recent
+# changes in CLI and runtime repos, see: https://github.com/localstack/localstack/pull/13704
+# push:
+# paths:
+# - aws-proxy/**
+# branches:
+# - main
+# pull_request:
13
+# - .github/workflows/aws-proxy.yml
14
15
workflow_dispatch:
16
17
jobs:
0 commit comments