diff --git a/.github/workflows/unit-all.yml b/.github/workflows/unit-all.yml index f91f0c6f57..3a0b63ed2c 100644 --- a/.github/workflows/unit-all.yml +++ b/.github/workflows/unit-all.yml @@ -9,6 +9,12 @@ on: - reopened jobs: + debugging: + runs-on: ubuntu-latest + steps: + - name: "Debug" + run: echo hi + all_unit_tests: if: ${{ contains(github.event.pull_request.labels.*.name, 'ci/run-unit') || contains(github.event.pull_request.labels.*.name, 'ci/run-all') }} uses: ./.github/workflows/unit.yml