Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Feb 15, 2024
1 parent a843c2c commit 93f0b5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check-upstream-conclusion/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ runs:
for (const dep of deps){
for (const job of jobs){
core.info(job.name);
if (
job.name.toLowerCase().includes(`/ ${dep} (`) &&
job.name.toLowerCase().includes(platformName) &&
Expand Down

0 comments on commit 93f0b5e

Please sign in to comment.