mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(cypress): branch definition
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
2c9ef176f6
commit
793fc44b59
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
env:
|
||||
APP_NAME: server
|
||||
BRANCH: ${{ github.base_ref }}
|
||||
BRANCH: ${{ github.base_ref || github.ref_name }}
|
||||
TESTING: true
|
||||
|
||||
jobs:
|
||||
|
|
@ -94,7 +94,6 @@ jobs:
|
|||
env:
|
||||
# Needs to be prefixed with CYPRESS_
|
||||
CYPRESS_BRANCH: ${{ env.BRANCH }}
|
||||
CYPRESS_GH: true
|
||||
# https://github.com/cypress-io/github-action/issues/124
|
||||
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
|
||||
# Needed for some specific code workarounds
|
||||
|
|
|
|||
Loading…
Reference in a new issue