Skip to content

Commit

Permalink
chore: rename workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Dec 11, 2024
1 parent 2d88e83 commit 5771b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------- END WARNING -------------------------
# -------------------------------------------------------------------

name: CI
name: ci
env:
RUSTFLAGS: -Dwarnings
on:
Expand Down
2 changes: 1 addition & 1 deletion crates/gh-workflow-tailcall/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Default for Workflow {
fn default() -> Self {
Self {
auto_release: false,
name: "CI".into(),
name: "ci".into(),
benchmarks: false,
auto_fix: false,
}
Expand Down

0 comments on commit 5771b20

Please sign in to comment.