Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 1 addition & 5 deletions .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: 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
4 changes: 1 addition & 3 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

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

jobs:
configuring-stryker:
Expand Down
6 changes: 1 addition & 5 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

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