summaryrefslogtreecommitdiff
path: root/imgui-1.92.1/.github/workflows/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'imgui-1.92.1/.github/workflows/manual.yml')
-rw-r--r--imgui-1.92.1/.github/workflows/manual.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/imgui-1.92.1/.github/workflows/manual.yml b/imgui-1.92.1/.github/workflows/manual.yml
deleted file mode 100644
index 3c472f1..0000000
--- a/imgui-1.92.1/.github/workflows/manual.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# This is a dummy workflow used to trigger full builds manually.
-#
-name: manual
-
-on: workflow_dispatch
-
-jobs:
- manual:
- runs-on: ubuntu-latest
- steps:
- - run: exit 0