Skip to content

Commit 9971ed7

Browse files
committed
chore(ci): temp remove to dry run
1 parent 8bd70c1 commit 9971ed7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/dogfood.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,6 @@ jobs:
153153
const results = [];
154154
for (const { repo, workflow, inputs } of dispatches) {
155155
try {
156-
const { data: repoData } = await github.rest.repos.get({
157-
owner: 'supabase',
158-
repo,
159-
});
160-
await github.rest.actions.createWorkflowDispatch({
161-
owner: 'supabase',
162-
repo,
163-
workflow_id: workflow,
164-
ref: repoData.default_branch,
165-
inputs,
166-
});
167156
const repoLink = `[supabase/${repo}](https://github.com/supabase/${repo}/pulls)`;
168157
results.push(`✅ ${repoLink} — ${workflow}`);
169158
} catch (error) {

0 commit comments

Comments
 (0)