Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 12, 2024
1 parent f9faa03 commit 08529f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build container images
name: Build rust container images

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-hook-migrator-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build hook-migrator docker image
name: Build rust hook-migrator docker image

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Rust test CI

on:
workflow_dispatch:
Expand Down

0 comments on commit 08529f0

Please sign in to comment.