Skip to content

Commit 26b7b0b

Browse files
committed
Cache for Branch_6_0
1 parent 6e043c8 commit 26b7b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Gradle
2323
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
2424
with:
25-
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
25+
cache-read-only: ${{ github.ref != 'refs/heads/Branch_6_0' }}
2626
- name: Build with Gradle
2727
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
2828
- name: Store Report Artifact

0 commit comments

Comments
 (0)