Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

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

on:
# Trigger the workflow on pull request but only for the master branch
push:
branches:
- master
on: workflow_dispatch # deactivate workflow and run it manually only

jobs:
build-and-deploy:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/CI-mutation-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Running mutation tests
name: (DEPRECATED) Running mutation tests

on:
schedule:
- cron: '0 9 * * 1'
on: workflow_dispatch # deactivate workflow and run it manually only

jobs:
configuring-stryker:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: CI process for time-tracker app
name: (DEPRECATED) CI process for time-tracker app

on:
pull_request:
types: [opened, edited, reopened, synchronize]
branches:
- master
on: workflow_dispatch # deactivate workflow and run it manually only

jobs:
# security-audit:
Expand Down