Skip to content

Commit

Permalink
chore: add debugging job
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 22, 2022
1 parent 750d8c1 commit 30d2c0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-all.yml
Expand Up @@ -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
Expand Down

0 comments on commit 30d2c0b

Please sign in to comment.