Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Mar 19, 2020
1 parent 60b4224 commit 26624cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ on:
push:
branches: [master]
jobs:
debugging:
name: debugging info
runs-on: ubuntu-latest
steps:
# dump event for debugging
- run: |
echo '${{toJSON(github.event)}}'
echo '${{toJSON(steps)}}'
integration:
runs-on: ubuntu-latest
strategy:
Expand All @@ -29,9 +21,6 @@ jobs:
# fileOutput: ['json']
if: (startsWith(github.head_ref, '1.') || startsWith(github.head_ref, '2.')) || contains(github.event.head_commit.message, 'Release merge from') || github.event_name == 'schedule'
steps:
- run: |
echo '${{toJSON(github.event)}}'
echo '${{toJSON(steps)}}'
- uses: actions/checkout@v2
if: matrix.build
- run: yarn build
Expand Down

0 comments on commit 26624cc

Please sign in to comment.