Skip to content

Commit b95ae12

Browse files
andresacg30Andres Cabrera
andauthored
[TTL-746] Deactivate Legacy Pipelines (#976)
* change not used workflows' triggers to manual * add deprecated word to deactivated pipelines --------- Co-authored-by: Andres Cabrera <[email protected]>
1 parent 99a9ecb commit b95ae12

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: CD process to deploy to App-Service service
4+
name: (DEPRECATED) CD process to deploy to App-Service service
55

6-
on:
7-
# Trigger the workflow on pull request but only for the master branch
8-
push:
9-
branches:
10-
- master
6+
on: workflow_dispatch # deactivate workflow and run it manually only
117

128
jobs:
139
build-and-deploy:

.github/workflows/CI-mutation-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Running mutation tests
1+
name: (DEPRECATED) Running mutation tests
22

3-
on:
4-
schedule:
5-
- cron: '0 9 * * 1'
3+
on: workflow_dispatch # deactivate workflow and run it manually only
64

75
jobs:
86
configuring-stryker:

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: CI process for time-tracker app
1+
name: (DEPRECATED) CI process for time-tracker app
22

3-
on:
4-
pull_request:
5-
types: [opened, edited, reopened, synchronize]
6-
branches:
7-
- master
3+
on: workflow_dispatch # deactivate workflow and run it manually only
84

95
jobs:
106
# security-audit:

0 commit comments

Comments
 (0)