# The steps we are going to run
steps:
- group: ":old_key: group"
key: "default-jobs-group"
steps:
- <<: *defaults
label: "Step1"
command: "...."
- <<: *defaults
label: "Step2"
command: "...."
# Jobs from av-arc-diff (will be run with dynamic jobs tool)
- <<: *defaults
- <<: *defaults
label: ":old_key: step"
command: "...."
It shows up in https://github.com/buildkite/emojis/blob/main/img-apple-64/1f5dd-fe0f.png
:old_key:
in GitHub - buildkite/emojis: :shipit: Custom emoji supported by Buildkite which you can use in your build pipelines and terminal output.
Am i doing something wrong? I know other emojis like work fine but is not working for me either in a step or a group