Skip to content

Commit 2882181

Browse files
committed
Merge branch 'topic/fetch_edge' into 'master'
Use edge branch in scheduled builds on GitHub Closes #1566 See merge request eng/ide/ada_language_server!1899
2 parents 0528a03 + 81111c3 commit 2882181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0
50+
- name: Fetch edge branch (for scheduled build only)
51+
shell: bash
52+
if: github.event.schedule
53+
run: git checkout edge
5054
- name: Get GNAT toolchain with alire
5155
shell: bash
5256
run: |

0 commit comments

Comments
 (0)