Skip to content

Commit

Permalink
Disable pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 20, 2024
1 parent f1a1191 commit b3b3428
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/samples.07.a.upload-to-azure-storage.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/samples.07.b.sso-for-enterprise.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: samples/07.b.sso-for-enterprise

on: {} # Pipeline is disabled
on:
push:
branches:
- disabled # Pipeline is disabled

# on:
# push:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/samples.07.c.sso-for-intranet.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: samples/07.c.sso-for-intranet

on: {} # Pipeline is disabled
on:
push:
branches:
- disabled # Pipeline is disabled

# on:
# push:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/samples.07.d.sso-for-teams.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: samples/07.d.sso-for-teams

on: {} # Pipeline is disabled
on:
push:
branches:
- disabled # Pipeline is disabled

# on:
# push:
Expand Down

0 comments on commit b3b3428

Please sign in to comment.