mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
Merge branch 'develop' into release/15.0.0
This commit is contained in:
@@ -41,6 +41,7 @@ env:
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'cypress-io/cypress'
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
|
||||
@@ -49,6 +49,7 @@ jobs:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
if: github.repository == 'cypress-io/cypress'
|
||||
env:
|
||||
CYPRESS_BOT_APP_ID: ${{ secrets.RAM_APP }}
|
||||
BASE_BRANCH: ${{ inputs.branch || github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user