diff --git a/.github/example-run/contributors.ron b/.github/example-run/contributors.ron deleted file mode 100644 index 2d50dc7fd03c4..0000000000000 --- a/.github/example-run/contributors.ron +++ /dev/null @@ -1,5 +0,0 @@ -( - events: [ - (900, AppExit), - ] -) diff --git a/.github/example-run/load_gltf.ron b/.github/example-run/load_gltf.ron deleted file mode 100644 index 72d09118caa4f..0000000000000 --- a/.github/example-run/load_gltf.ron +++ /dev/null @@ -1,8 +0,0 @@ -( - setup: ( - frame_time: Some(0.03), - ), - events: [ - (300, AppExit), - ] -)