diff --git a/.github/workflows/periodic.yaml b/.github/workflows/periodic.yaml index 522ad5b..668f2d0 100644 --- a/.github/workflows/periodic.yaml +++ b/.github/workflows/periodic.yaml @@ -10,7 +10,7 @@ on: # Allow triggering manually: # curl -XPOST -d '{"event_type":"periodic"}' \ # "-HAuthorization: Bearer " \ - # https://api.github.com/repos/clangd-build/empty/dispatches + # https://api.github.com/repos/clangd/clangd/dispatches repository_dispatch: { types: periodic } jobs: # Choose the commit to build a release from.