Skip to content

Commit

Permalink
Build: Update workflow names for Docker CI and Manual CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 21, 2024
1 parent 2deda60 commit 48264ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django CI
name: Django Docker CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_django.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django CI
name: Django Manual CI

on:
push:
Expand Down

0 comments on commit 48264ec

Please sign in to comment.