Prechádzať zdrojové kódy

backport action: remove debugging step

Thomas Waldmann 6 dní pred
rodič
commit
f401ca00f9
1 zmenil súbory, kde vykonal 0 pridanie a 7 odobranie
  1. 0 7
      .github/workflows/backport.yml

+ 0 - 7
.github/workflows/backport.yml

@@ -11,13 +11,6 @@ permissions:
   pull-requests: write # so it can create pull requests
   pull-requests: write # so it can create pull requests
 
 
 jobs:
 jobs:
-  debug:
-    name: Debug
-    runs-on: ubuntu-24.04
-    if: github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/backport')
-    steps:
-      - name: Dump event
-        run: echo '${{ toJSON(github.event) }}'
   backport:
   backport:
     name: Backport pull request
     name: Backport pull request
     runs-on: ubuntu-24.04
     runs-on: ubuntu-24.04