From 34195992d5c3b832364068fa001e9994fb7637e9 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:13:28 +0500 Subject: [PATCH] workaround? --- .github/workflows/cf-logs-fetcher.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cf-logs-fetcher.yml b/.github/workflows/cf-logs-fetcher.yml index f14301113..6919898a7 100644 --- a/.github/workflows/cf-logs-fetcher.yml +++ b/.github/workflows/cf-logs-fetcher.yml @@ -1,11 +1,17 @@ name: CF Deployment Logs on: + pull_request: + types: [labeled] issue_comment: types: [created, edited] jobs: debug_info: runs-on: ubuntu-latest steps: + - name: Checkout PR + uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: Debug Information run: | echo "Debugging information:"