Skip to content

Commit ff95b59

Browse files
committed
Remove event-file from External libs wf
1 parent a45b5af commit ff95b59

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/lib.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,3 @@ jobs:
121121
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
122122
git commit -m "Generated External Libraries Test Results"
123123
git push origin HEAD:gh-pages
124-
125-
event_file:
126-
name: "Event File"
127-
if: |
128-
contains(github.event.pull_request.labels.*.name, 'lib_test')
129-
needs: compile-sketch
130-
runs-on: ubuntu-latest
131-
steps:
132-
- name: Upload
133-
uses: actions/upload-artifact@v4
134-
with:
135-
name: Event File
136-
path: ${{github.event_path}}

0 commit comments

Comments
 (0)