Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ jobs:
name: devolutions-gateway-web-ui
runs-on: ubuntu-latest
needs: preflight

# DEVOLUTIONSBOT_TOKEN is a repository secret, and it can’t be used by PRs originating from forks.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository

steps:
Expand Down Expand Up @@ -1077,6 +1079,7 @@ jobs:
name: OneDrive
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
environment: onedrive-upload # for OneDrive secrets
needs:
- preflight # required for needs.preflight.outputs
- upload-git-log
Expand Down