Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/tpip.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TPIP

on:
push:
pull_request:
paths:
- '.github/workflows/tpip.yml'
- docs/third-party-licenses.json
Expand Down Expand Up @@ -33,6 +33,7 @@ jobs:
run: yarn run tpip:report

- name: Commit changes
if: false
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down