Skip to content

Commit d0f0288

Browse files
author
Massimiliano Pippi
authored
tag failures with workflow name (arduino#747)
1 parent ad224f8 commit d0f0288

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/arduino-stats.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ jobs:
4848
tags:
4949
- "project:arduino-cli"
5050
- "cdn:downloads.arduino.cc"
51+
- "workflow:${{ github.workflow }}"

.github/workflows/github-stats.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ jobs:
8888
tags:
8989
- "project:arduino-cli"
9090
- "cdn:github.com"
91+
- "workflow:${{ github.workflow }}"

.github/workflows/nightly.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
host: ${{ github.repository }}
4747
tags:
4848
- "project:arduino-cli"
49+
- "workflow:${{ github.workflow }}"

0 commit comments

Comments
 (0)