Skip to content

Commit fe9615b

Browse files
committed
attempt to add debug messaging to workflow
1 parent c6e41a3 commit fe9615b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ permissions:
1414
pull-requests: write
1515

1616
jobs:
17+
debug-artifact-size-metrics:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Echo event name
21+
run: echo "${{ github.event_name }}"
1722
release-metrics:
1823
if: github.event_name == 'release'
1924
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)