adobe/aem-boilerplate

Cleanup GitHub workflow is not running

buuhuu opened this issue · 1 comments

buuhuu commented

Expected Behaviour

When I create a new project from the aem-boilerplate I expect the cleanup workflow to run once after the creation and remove the unnecessary files.

Actual Behaviour

The workflow does not run as it can be seen here: https://github.com/Buuhuu/hlx-2/actions/workflows/cleanup-on-create.yaml

Reproduce Scenario (including but not limited to)

Create a new repo from the aem-boilerplate and check the GH actions if the cleanup workflow runs.

Seems like the condition https://github.com/Buuhuu/hlx-2/blob/main/.github/workflows/cleanup-on-create.yaml#L16 is not working as expected anymore.

Resolved with #344