From a7e81ce992ecc2f49c2c9defcb89eccdf9571db5 Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 19 Sep 2024 23:16:47 -0700 Subject: [PATCH] Move to workflow_dispatch --- .github/workflows/samples.07.a.upload-to-azure-storage.yaml | 4 +--- .github/workflows/samples.07.b.sso-for-enterprise.yaml | 4 +--- .github/workflows/samples.07.c.sso-for-intranet.yaml | 4 +--- .github/workflows/samples.07.d.sso-for-teams.yaml | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/samples.07.a.upload-to-azure-storage.yaml b/.github/workflows/samples.07.a.upload-to-azure-storage.yaml index 80e91739fb..80b358b855 100644 --- a/.github/workflows/samples.07.a.upload-to-azure-storage.yaml +++ b/.github/workflows/samples.07.a.upload-to-azure-storage.yaml @@ -1,9 +1,7 @@ name: samples/07.a.upload-to-azure-storage on: - push: - branches: - - disabled # Pipeline is disabled + workflow_dispatch: {} # Pipeline is disabled # on: # push: diff --git a/.github/workflows/samples.07.b.sso-for-enterprise.yaml b/.github/workflows/samples.07.b.sso-for-enterprise.yaml index c1a4fd4030..33a2df6da0 100644 --- a/.github/workflows/samples.07.b.sso-for-enterprise.yaml +++ b/.github/workflows/samples.07.b.sso-for-enterprise.yaml @@ -1,9 +1,7 @@ name: samples/07.b.sso-for-enterprise on: - push: - branches: - - disabled # Pipeline is disabled + workflow_dispatch: {} # Pipeline is disabled # on: # push: diff --git a/.github/workflows/samples.07.c.sso-for-intranet.yaml b/.github/workflows/samples.07.c.sso-for-intranet.yaml index 59874e455f..e91b412e46 100644 --- a/.github/workflows/samples.07.c.sso-for-intranet.yaml +++ b/.github/workflows/samples.07.c.sso-for-intranet.yaml @@ -1,9 +1,7 @@ name: samples/07.c.sso-for-intranet on: - push: - branches: - - disabled # Pipeline is disabled + workflow_dispatch: {} # Pipeline is disabled # on: # push: diff --git a/.github/workflows/samples.07.d.sso-for-teams.yaml b/.github/workflows/samples.07.d.sso-for-teams.yaml index 362f43d9c6..577c747335 100644 --- a/.github/workflows/samples.07.d.sso-for-teams.yaml +++ b/.github/workflows/samples.07.d.sso-for-teams.yaml @@ -1,9 +1,7 @@ name: samples/07.d.sso-for-teams on: - push: - branches: - - disabled # Pipeline is disabled + workflow_dispatch: {} # Pipeline is disabled # on: # push: