Disable cron jobs and private SSH key jobs in forks (#6821)
* Try disabling cron jobs in forks * Try fixing quality checks * Try fixing tests and enterprise builds * Stop using the ssh private key in more quality checks * Try disabling codecov if there is no token
This commit is contained in:
committed by
GitHub
parent
1e00353f29
commit
ab4b11b9f0
@@ -11,7 +11,7 @@ jobs:
|
||||
generate-github-pages:
|
||||
runs-on: ubuntu-latest
|
||||
# Skip in forks
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.repository.fork != true }}
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user