Organization renaming: update workflow condition.
This commit is contained in:
parent
f12f878316
commit
b0eb768f20
6 changed files with 6 additions and 6 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
nightly:
|
||||
name: Build and publish nightly bundle to Firebase
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'vector-im/element-x-android' }}
|
||||
if: ${{ github.repository == 'element-hq/element-x-android' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use JDK 17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue