Skip to content

Commit

Permalink
try dividing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Sep 5, 2023
1 parent 5c8e8c1 commit 4d1dcd2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/gradle-cache-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: Update Public Suffix List
#on:
# schedule:
# - cron: '10 * * * *'
on:
schedule:
- cron: '10 * * * *'
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"
Expand Down Expand Up @@ -29,6 +38,9 @@ jobs:
unzip -q gradle-enterprise-gradle-build-validation-2.5.zip && \
mv gradle-enterprise-gradle-build-validation-2.5 scripts

- name: Unzip script
run: unzip -q gradle-enterprise-gradle-build-validation-2.5.zip

- name: Run script
working-directory: scripts
working-directory: gradle-enterprise-gradle-build-validation-2.5
run: ./03-validate-local-build-caching-different-locations.sh -r [email protected]:line/armeria.git -t build -a --parallel -f

0 comments on commit 4d1dcd2

Please sign in to comment.