Skip to content

Commit 56d96de

Browse files
Disable specific triggers in deploy workflow
Comment out workflow_run settings for branches and schedule.
1 parent e0d4010 commit 56d96de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Deploy-Test-Cleanup Pipeline
33
on:
44
workflow_run:
55
workflows: ["Build Docker and Optional Push"]
6-
types:
7-
- completed
8-
branches:
9-
- main
10-
- dev
11-
- demo
12-
schedule:
13-
- cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
6+
# types:
7+
# - completed
8+
# branches:
9+
# - main
10+
# - dev
11+
# - demo
12+
# schedule:
13+
# - cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
1414
workflow_dispatch:
1515

1616
env:

0 commit comments

Comments
 (0)