Skip to content

Commit

Permalink
workflow for depedabot[bot] user
Browse files Browse the repository at this point in the history
  • Loading branch information
raghunathd8 committed Nov 3, 2023
1 parent 5082af4 commit 792aecf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
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

0 comments on commit 792aecf

Please sign in to comment.