diff --git a/.github/workflows/checking_labels.yml b/.github/workflows/checking_labels.yml new file mode 100644 index 00000000..a6a04787 --- /dev/null +++ b/.github/workflows/checking_labels.yml @@ -0,0 +1,4 @@ +name: "Checking Labels" + +on: + workflow_dispatch: \ No newline at end of file diff --git a/.github/workflows/trigger_remote_workflow.yml b/.github/workflows/trigger_remote_workflow.yml new file mode 100644 index 00000000..ea63a93d --- /dev/null +++ b/.github/workflows/trigger_remote_workflow.yml @@ -0,0 +1,4 @@ +name: "Trigger remote Workflow" + +on: + workflow_dispatch: \ No newline at end of file