From 6ce511cd3668676540b0491b23feb556c700e044 Mon Sep 17 00:00:00 2001 From: marceldempers Date: Sun, 15 Oct 2023 15:15:55 +1100 Subject: [PATCH] disable the workflow and keep it as reference --- .../{self-hosted-runner.yaml => self-hosted-runner._yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{self-hosted-runner.yaml => self-hosted-runner._yaml} (78%) diff --git a/.github/workflows/self-hosted-runner.yaml b/.github/workflows/self-hosted-runner._yaml similarity index 78% rename from .github/workflows/self-hosted-runner.yaml rename to .github/workflows/self-hosted-runner._yaml index d682380..08f2258 100644 --- a/.github/workflows/self-hosted-runner.yaml +++ b/.github/workflows/self-hosted-runner._yaml @@ -1,5 +1,5 @@ ########################################################### -# Rename the file extension to ".yaml" (remove "_") to enable +# IMPORTANT -> Rename the file extension to ".yaml" (remove "_") to enable this ########################################################### name: Self-Hosted Runner Test @@ -7,7 +7,7 @@ name: Self-Hosted Runner Test on: push: branches: - - githubactions + - jobs: build: