Fix CI for forks (#3226)
* Try with a different condition for forks * Skip danger in forks, the fallback token won't let it write comments in PRs anyway
This commit is contained in:
parent
a27d2769d1
commit
cbad91e4c4
9 changed files with 25 additions and 23 deletions
2
.github/workflows/generate_github_pages.yml
vendored
2
.github/workflows/generate_github_pages.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
generate-github-pages:
|
||||
runs-on: ubuntu-latest
|
||||
# Skip in forks
|
||||
if: github.repository == 'element-hq/element-x-android'
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
||||
steps:
|
||||
- name: ⏬ Checkout with LFS
|
||||
uses: nschloe/action-cached-lfs-checkout@v1.2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue