Skip to content

Commit

Permalink
update cicd names
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil360 committed Nov 10, 2023
1 parent 49199fb commit d2a82ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker CI/CD
name: API-CD

on:
push:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/api-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python application
name: API-CI

on:
pull_request:
Expand All @@ -11,7 +11,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit d2a82ad

Please sign in to comment.