Skip to content

Commit 35925f5

Browse files
committed
disable triggers to azure workflow
1 parent 9f68b79 commit 35925f5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/time-tracker-ui-cd-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: time-tracker-ui-cd-prod
22

33
on:
4-
release:
5-
types:
6-
- published
4+
workflow_dispatch # deactivate workflow and run it manually only
75

86
jobs:
97
cd:

.github/workflows/time-tracker-ui-cd-stage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: time-tracker-ui-cd-stage
22

33
on:
4-
push:
5-
tags:
6-
- 'v*.*.*'
4+
workflow_dispatch # deactivate workflow and run it manually only
75

86
jobs:
97
cd:

0 commit comments

Comments
 (0)