Skip to content

Commit c006ede

Browse files
authored
Use 🚀🍔🍎 in workflow names (#1492)
### Description ❤️❤️❤️🚀🚀🚀 Inspired by WarpX ### Checklist _Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an `x` inside the square brackets `[ ]` in the Markdown source below:_ - [ ] I have added a description (see above). - [ ] I have added a link to any related issues (if applicable; see above). - [ ] I have read the [Contributing Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md). - [ ] I have added tests for any new physics that this PR adds to the code. - [ ] *(For quokka-astro org members)* I have manually triggered the GPU tests with the magic comment `/azp run`.
1 parent fa2af58 commit c006ede

24 files changed

Lines changed: 24 additions & 24 deletions

.github/workflows/check_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Changes
1+
name: 🔍 Check Changes
22

33
on:
44
workflow_call:

.github/workflows/checkpoint-restart-refine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CheckpointRestartRefine
1+
name: 🔄 CheckpointRestartRefine
22

33
on:
44
push:

.github/workflows/checkpoint-restart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CheckpointRestart
1+
name: 🔄 CheckpointRestart
22

33
on:
44
push:

.github/workflows/clang-tidy-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Post clang-tidy-review comments
1+
name: 💬 Post clang-tidy-review comments
22

33
on:
44
workflow_run:

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: clang-tidy-review
1+
name: 🧹 clang-tidy-review
22

33
# You can be more specific, but it currently only works on pull requests
44
# Fiewer paths are ignored because some folders (e.g. scripts) are not relavent to code build but should be linted

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Claude Code Review
1+
name: 🤖 Claude Code Review
22

33
on:
44
# Manual trigger

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Claude Code
1+
name: 🤖 Claude Code
22

33
on:
44
issue_comment:

.github/workflows/cmake-arm64-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux-arm64-debug
1+
name: 🐛 linux-arm64-debug
22

33
on:
44
push:

.github/workflows/cmake-arm64-hwasan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux-arm64-hwasan
1+
name: 🛡️ linux-arm64-hwasan
22

33
on:
44
push:

.github/workflows/cmake-arm64-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux-arm64-release
1+
name: 🚀 linux-arm64-release
22

33
on:
44
push:

0 commit comments

Comments
 (0)