Merge branch '1.3.x'
This commit is contained in:
@@ -8,6 +8,9 @@ on:
|
||||
- cron: '0 10 * * *' # Once per day at 10am UTC
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
3
.github/workflows/pr-build-workflow.yml
vendored
3
.github/workflows/pr-build-workflow.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user