Skip to content

Commit db0fda5

Browse files
committed
ci: publish to all registries
Run CI
1 parent 7f712ed commit db0fda5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
}).then(commit => commit.data.commit.message);
5858
if (commitMsg.includes("Run CI")) {
5959
shouldRun = 'true';
60-
if (context.payload.pull_request.head.repo.full_name !== context.repo.full_name) {
61-
imageNames.shift();
62-
}
6360
}
6461
}
6562

0 commit comments

Comments
 (0)