Skip to content

Commit abd6b89

Browse files
committed
only publish by specific actor
1 parent 9773253 commit abd6b89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
path: build/reports
5757

5858
publish:
59+
if: ${{ github.actor == 'hauner' }}
60+
5961
needs: [test]
6062
name: publish snapshot
6163

0 commit comments

Comments
 (0)