diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index af010a97..2384b55d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,7 +7,7 @@
 name: Camkes VM Examples
 
 on:
-  pull_request_target:
+  pull_request_target: # !!!!!
     types: [opened, reopened, synchronize, labeled]
 
 # downgrade permissions to read-only as you would have in a standard PR action