thoth-station/thoth-github-action

Automatically test workflow on push event

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.

As a developer of the Thoth GitHub action, I would like to automatically test the action on a push event if the commit modifies the current workflow.

Acceptance criteria (Describe the solution you'd like)

  • Create a test workflow in .github/workflows/ which references the tested commit (with uses: thoth-station/thoth-github-action@442e1ad3316028a3365ed517d305411aaf5483f3 for example) in this repository and / or in an external repository if possible
  • Block the merge of the pull request modifying the workflow if the action fails

Describe alternatives you've considered

Test the action manually when a new commit is pushed.

/sig stack-guidance
/priority backlog

/triage accepted