Skip to content

Commit

Permalink
fix: tweak workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 2, 2025
1 parent 3454842 commit 2edae41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nightly release
name: Nightly release
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: size data
name: Size data

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: size report
name: Size report

on:
workflow_run:
workflows: ['size data']
workflows: ['Size data']
types:
- completed

Expand Down

0 comments on commit 2edae41

Please sign in to comment.