Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 5215201

Browse files
committed
Revert "Experiment a bit"
This reverts commit f4285c4.
1 parent fc7a4ff commit 5215201

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/repo_dispatch.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/ci/pr_preview.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,6 @@ def synchronize(host, github_project, remote_name, window):
259259
time.gmtime(time.time() - window)
260260
)
261261

262-
gh_request(
263-
'POST',
264-
'{}/repos/{}/dispatches'.format(host, github_project),
265-
{'event_type': 'foobarbaz'},
266-
'application/vnd.github.everest-preview+json'
267-
)
268-
269262
for pull_request in pull_requests:
270263
logger.info('Processing pull request #%(number)d', pull_request)
271264

0 commit comments

Comments
 (0)