KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Enable github actions to run on creation of a pull request #36

Closed KStocky closed 4 months ago

KStocky commented 5 months ago

Describe the bug if a pull request#s last commit has no code changes, it will wait for the actions run to finish. However, this actions run will never start. So we have to ignore it. Which isn't ideal

To fix the bug we should probably create a new action that will run unconditionally on pull request creation, and use this action as the check to run rather than the "on push" one