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 fed020154d..80e91739fb 100644 --- a/.github/workflows/samples.07.a.upload-to-azure-storage.yaml +++ b/.github/workflows/samples.07.a.upload-to-azure-storage.yaml @@ -1,6 +1,9 @@ name: samples/07.a.upload-to-azure-storage -on: {} # Pipeline is disabled +on: + push: + branches: + - disabled # 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 9107b52755..c1a4fd4030 100644 --- a/.github/workflows/samples.07.b.sso-for-enterprise.yaml +++ b/.github/workflows/samples.07.b.sso-for-enterprise.yaml @@ -1,6 +1,9 @@ name: samples/07.b.sso-for-enterprise -on: {} # Pipeline is disabled +on: + push: + branches: + - disabled # 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 8d599dc0ee..59874e455f 100644 --- a/.github/workflows/samples.07.c.sso-for-intranet.yaml +++ b/.github/workflows/samples.07.c.sso-for-intranet.yaml @@ -1,6 +1,9 @@ name: samples/07.c.sso-for-intranet -on: {} # Pipeline is disabled +on: + push: + branches: + - disabled # 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 4caf3da3ee..362f43d9c6 100644 --- a/.github/workflows/samples.07.d.sso-for-teams.yaml +++ b/.github/workflows/samples.07.d.sso-for-teams.yaml @@ -1,6 +1,9 @@ name: samples/07.d.sso-for-teams -on: {} # Pipeline is disabled +on: + push: + branches: + - disabled # Pipeline is disabled # on: # push: