Skip to content

Commit a1a6278

Browse files
committed
fixup! fix: output profile link only outside of CI
Signed-off-by: Salvatore Martire <[email protected]>
1 parent 894a58f commit a1a6278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Set up Nextcloud
53+
env:
54+
CI: true
5355
run: |
5456
mkdir data
5557
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password

0 commit comments

Comments
 (0)