diff --git a/.github/workflows/patching-sla-check.yml b/.github/workflows/patching-sla-check.yml index 4b1269e..889ea91 100644 --- a/.github/workflows/patching-sla-check.yml +++ b/.github/workflows/patching-sla-check.yml @@ -1,8 +1,8 @@ -name: patching SLA check +name: patching SLA check (debug) on: pull_request: - types: [opened, synchronize, reopened, labeled] + types: [opened, reopened, labeled] jobs: patching_sla_check: @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 with: repository: devrev/global-gh-tools - ref: main + ref: jro/debug_push2 path: .global-checks-tooling - name: Load python requirements. run: |