Skip to content

Commit e03674d

Browse files
committed
test
1 parent f968450 commit e03674d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/test-sample-apps.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
with:
31-
ref: "refs/pull/${{ github.event.number }}/merge"
31+
ref: "refs/pull/251/merge"
3232
- name: Setup java/jdk
3333
uses: actions/setup-java@v3
3434
with:
@@ -95,17 +95,4 @@ jobs:
9595
yq e '.applications.[].name' "${GITHUB_WORKSPACE}/ip-allow-listing-route-service/manifest.yml" | while read -r app_name; do
9696
echo "Deleting app: $app_name"
9797
cf8 delete "$app_name" -r -f || true
98-
done
99-
automerge:
100-
runs-on: ubuntu-latest
101-
if: github.actor == 'dependabot[bot]'
102-
needs: [sample-app-test]
103-
steps:
104-
- name: Approve
105-
run: gh pr review "${{ github.event.pull_request.html_url }}" --approve --body "Auto-approving dependency bump."
106-
env:
107-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108-
- name: Enable auto-merge
109-
run: gh pr merge "${{ github.event.pull_request.html_url }}" --auto --rebase
110-
env:
111-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98+
done

0 commit comments

Comments
 (0)