Organization renaming: update workflow condition.

This commit is contained in:
Benoit Marty
2023-12-13 09:48:05 +01:00
parent 385d94131a
commit 677476cdbc
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
nightlyReports:
name: Create kover report artifact and upload sonar result.
runs-on: ubuntu-latest
if: ${{ github.repository == 'vector-im/element-x-android' }}
if: ${{ github.repository == 'element-hq/element-x-android' }}
steps:
- name: ⏬ Checkout with LFS
uses: nschloe/action-cached-lfs-checkout@v1.2.2