Skip to content

Commit

Permalink
push debug print jobs into main job to simplify PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Mar 7, 2024
1 parent ddd88ab commit 2d7416b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Code quality"
run-name: "Code quality"

on:
push:
Expand Down Expand Up @@ -48,6 +49,7 @@ env:

jobs:
code-quality:
name: "Code quality"
runs-on: ubuntu-latest
steps:
- name: "[DEBUG] Inputs"
Expand Down

0 comments on commit 2d7416b

Please sign in to comment.