Skip to content

Commit

Permalink
Move to workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 20, 2024
1 parent b3b3428 commit a7e81ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/samples.07.a.upload-to-azure-storage.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/samples.07.b.sso-for-enterprise.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/samples.07.c.sso-for-intranet.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/samples.07.d.sso-for-teams.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a7e81ce

Please sign in to comment.