adobe / aem-boilerplate

Use this repository template for new AEM projects.
https://main--aem-boilerplate--adobe.hlx.page
Apache License 2.0
111 stars 284 forks source link

[Bug] Cleanup workflow not working #344

Closed gargadobe closed 2 months ago

gargadobe commented 3 months ago

Changes:

  1. On Branch Creation Github event does not contain head_commit object. Added a conditional statement for same
  2. Sometime workflow event is not triggered on branch creation, so added 'workflow_dispatch:' so that it can be manually triggered.

Fix #343

Test URLs:

aem-code-sync[bot] commented 3 months ago
Page Scores Audits Google
/ Lighthouse returned error: ERRORED_DOCUMENT_REQUEST. Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404) PSI
gargadobe commented 3 months ago

@tripodsan Please review this