Skip to content

Commit

Permalink
add fancy icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Aug 21, 2024
1 parent 5b105b5 commit ef436d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integrate
name: 🧪 Integrate

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow is responsible for releasing a new nightly version of the
# extension. It is meant to be triggered manually.

name: Release new nightly version
name: 🌙 Release new nightly version

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# use to create a new tag. Publication of the new version will be handled by
# the `publish-stable.yaml` workflows.

name: Release new stable version
name: 🚀 Release new stable version

on:
workflow_dispatch:
Expand Down

0 comments on commit ef436d1

Please sign in to comment.