Conditional Test Workflow
Create a GitHub Action that only runs tests when specific files or directories have been modified.
Prompt
Create a GitHub Action that only runs tests if files in the src/ directory have changed. Otherwise, it should skip the job and print a message.