Skip to content

Commit 13d41bd

Browse files
committed
add dummy step
1 parent 3db1d27 commit 13d41bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
job_metadata:
9696
name: "Commit: ${{ env.COMMIT_SHA }} - ${{ env.COMMIT_MESSAGE }}"
9797
runs-on: ubuntu-latest
98+
steps:
99+
- name: This is a dummy job, just to display metadata
100+
run: echo ""
98101

99102
job_build:
100103
name: Build

0 commit comments

Comments
 (0)