Fix comment

This commit is contained in:
Sam McCall 2020-02-17 12:14:03 +01:00
parent 31fea9c40d
commit 9bb04435ce

View File

@ -10,7 +10,7 @@ on:
# Allow triggering manually: # Allow triggering manually:
# curl -XPOST -d '{"event_type":"periodic"}' \ # curl -XPOST -d '{"event_type":"periodic"}' \
# "-HAuthorization: Bearer <token>" \ # "-HAuthorization: Bearer <token>" \
# https://api.github.com/repos/clangd-build/empty/dispatches # https://api.github.com/repos/clangd/clangd/dispatches
repository_dispatch: { types: periodic } repository_dispatch: { types: periodic }
jobs: jobs:
# Choose the commit to build a release from. # Choose the commit to build a release from.