Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 8, 2023
1 parent 5dc91c3 commit 8dfc458
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
permissions:
pull-requests: read
outputs:
docs: ${{ steps.filter.output.docs }}
style: ${{ steps.filter.output.style }}
docs: ${{ steps.filter.outputs.docs }}
style: ${{ steps.filter.outputs.style }}

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
Expand All @@ -42,18 +42,6 @@ jobs:
- 'experiments/**'
- 'repo/**'
- name: debug
if: steps.filter.outputs.docs == 'true'
run: |
echo ${{ steps.filter.output.docs }}
debug:
needs: changes
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ needs.changes.outputs.docs }}
docs:
if: ${{ needs.changes.outputs.docs == 'true' }}
needs: changes
Expand Down

0 comments on commit 8dfc458

Please sign in to comment.