Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/test-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
pull_request_target:
types: [ opened, synchronize, reopened ]

jobs:
sample-app-test:
runs-on: ubuntu-latest
concurrency: test-landscape
environment: cf_env
steps:
- name: Limit access
if: (github.event_name == 'pull_request' && github.actor == 'dependabot[bot]') || (github.event_name == 'pull_request_target' && github.actor != 'dependabot[bot]')
run: |
echo "Deployment not possible!"
exit 1
- name: Checkout
uses: actions/checkout@v3
- name: Setup java/jdk
Expand Down
4 changes: 2 additions & 2 deletions http2/python-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio-reflection==1.56.2
grpcio==1.56.2
grpcio-reflection==1.59.2
grpcio==1.59.2
2 changes: 1 addition & 1 deletion http2/python-grpc/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.11.4
python-3.12.0
2 changes: 1 addition & 1 deletion http2/python-http2/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.11.4
python-3.12.0