Skip to content

Commit

Permalink
ci: remove run names in markdown generation workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann committed Oct 9, 2024
1 parent 961acfb commit 4120782
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/schema-markdown-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Generate config reference markdown
run-name: Generate config reference markdown for ${{ github.ref_name }}

on:
push:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/schema-markdown-import.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Generate user import reference markdown
run-name: Generate config reference markdown for ${{ github.ref_name }}

on:
push:
Expand Down

0 comments on commit 4120782

Please sign in to comment.