Skip to content

Commit 93e4a17

Browse files
committed
fix nightly build
1 parent 94d2f6e commit 93e4a17

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-nightly.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ name: Build nightly
33
on:
44
schedule:
55
- cron: '0 0 * * 1-5'
6-
workflow_dispatch:
7-
branches:
8-
- development
6+
workflow_dispatch: {}
97

108
defaults:
119
run:
1210
shell: bash
1311

1412
jobs:
1513
test:
16-
if: github.ref == 'refs/heads/development'
1714
runs-on: ubuntu-22.04
1815
steps:
1916
- uses: actions/checkout@v5
17+
with:
18+
ref: development # Force checkout of the dev branch
2019

2120
- name: Setup Java
2221
uses: actions/setup-java@v5
@@ -47,4 +46,4 @@ jobs:
4746

4847
- name: Dump docker logs on failure
4948
if: failure()
50-
uses: jwalton/gh-docker-logs@v2
49+
uses: jwalton/gh-docker-logs@v2

0 commit comments

Comments
 (0)