Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Apr 11, 2024
1 parent a5836ba commit fc89fb6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/gradle-cache-check.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: Periodic Gradle Build Cache Check
on:
schedule:
- cron: '0 01 * * 1'
push:
branches:
- main
tags-ignore:
# The release versions will be verified by 'publish-release.yml'
- armeria-*
pull_request:
merge_group:

env:
LC_ALL: "en_US.UTF-8"
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

jobs:
build-cache-check:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
steps:
- id: setup-jdk-19
Expand Down

0 comments on commit fc89fb6

Please sign in to comment.