Skip to content

Commit

Permalink
chore: added debug job to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 2, 2023
1 parent 0922089 commit fcc4a38
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- v3.x

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2

install:
name: Install
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
- v3.x

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2

prlint:
name: Validate PR title
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
- 'v3.[0-9]+.[0-9]+-test.[0-9]+'

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2

install:
name: Install
runs-on: ubuntu-latest
Expand Down

0 comments on commit fcc4a38

Please sign in to comment.