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
Prev Previous commit
add deprecated word to deactivated pipelines
  • Loading branch information
Andres Cabrera committed Feb 6, 2023
commit e4375602ffc96bba496112040285a01a07b001b6
2 changes: 1 addition & 1 deletion .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: workflow_dispatch # deactivate workflow and run it manually only

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-mutation-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Running mutation tests
name: (DEPRECATED) Running mutation tests

on: workflow_dispatch # deactivate workflow and run it manually only

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI process for time-tracker app
name: (DEPRECATED) CI process for time-tracker app

on: workflow_dispatch # deactivate workflow and run it manually only

Expand Down