diff --git a/.github/workflows/vtop_example.yml b/.github/workflows/vtop_example.yml index 7cfbfd9400c..efb43e4d865 100644 --- a/.github/workflows/vtop_example.yml +++ b/.github/workflows/vtop_example.yml @@ -56,6 +56,7 @@ jobs: - 'config/**' - 'bootstrap.sh' - 'examples/**' + - '.github/workflows/vtop_example.yml' - name: Set up Go if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'