From a1354526cb21995fd90d1ec112447a4e2f521b33 Mon Sep 17 00:00:00 2001 From: Damian Hinz Date: Wed, 24 Jul 2024 10:13:50 +0200 Subject: [PATCH] Added workflow files for testing on branch. --- .github/workflows/checking_labels.yml | 4 ++++ .github/workflows/trigger_remote_workflow.yml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .github/workflows/checking_labels.yml create mode 100644 .github/workflows/trigger_remote_workflow.yml 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