Skip to content

Commit 76a5b5d

Browse files
committed
Publish report only when maintainer triggers ci run (#424)
1 parent 87b074c commit 76a5b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Allure report
5959
runs-on: ubuntu-22.04
6060
needs: rspec
61-
if: always()
61+
if: github.actor == 'andrcuns'
6262
steps:
6363
- name: Download allure-results
6464
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)