Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
54 changes: 0 additions & 54 deletions .github/scripts/README.md

This file was deleted.

258 changes: 0 additions & 258 deletions .github/scripts/restructure_to_namespace.py

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/patch-speakeasy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
add-extend-path:
patch:
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && contains(github.event.pull_request.title, 'Update SDK - Generate'))
runs-on: ubuntu-latest
permissions:
Expand All @@ -19,9 +19,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
fetch-depth: 0

- name: Restructure glean package to namespace structure
run: |
python .github/scripts/restructure_to_namespace.py
- run: echo "Nothing to do! 🎉"

- name: Commit and push if files changed
run: |
Expand Down
Loading
Loading