Relative Content

Tag Archive for githubgithub-actions

Trigering workflow using workflow_run

I’m working with two GitHub Actions workflow files: one for a SHARED-PROJECT and one for a DEPENDANT-PROJECT. I’m trying to trigger the DEPENDANT-PROJECT workflow using workflow_run whenever there’s a change in SHARED-PROJECT. However, I’m encountering an issue where the DEPENDANT-PROJECT workflow is not being triggered when there’s a change in the SHARED-PROJECT.

Trigering workflow using workflow_run

I’m working with two GitHub Actions workflow files: one for a SHARED-PROJECT and one for a DEPENDANT-PROJECT. I’m trying to trigger the DEPENDANT-PROJECT workflow using workflow_run whenever there’s a change in SHARED-PROJECT. However, I’m encountering an issue where the DEPENDANT-PROJECT workflow is not being triggered when there’s a change in the SHARED-PROJECT.

GitHub Actions does not add anything

I am trying to create a workflow to backup files in my local repository: once per day, add everything that changed, create a commit and push it to main.