Skip to content

Commit 9bacd3f

Browse files
Reset
1 parent 4800f3c commit 9bacd3f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/[A] build and test, release if requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
release:
4242
name: Release if requested
43-
# needs: [build-and-test-with-Java-8-and-later]
43+
needs: [build-and-test-with-Java-8-and-later]
4444
runs-on: ubuntu-latest
4545
if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version')
4646
steps:

.github/workflows/[A][S][experimental] build and test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build and test (experimental branch)
33
on:
44
schedule:
55
# - cron: "0 0-23/6 * * *"
6-
# - cron: "0 17 * * 5"
6+
- cron: "0 17 * * 5"
77
# - cron: "0 4,16 30 9 *"
8-
8+
99
jobs:
1010

1111
build-and-test-with-Java-8-and-later:

0 commit comments

Comments
 (0)