Skip to content

Commit

Permalink
Fixes lara-2.0-legacy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Aug 13, 2024
1 parent 81e96e4 commit 06f41a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ant-lara-2.0-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Because of scheduled runs, by default run on default branch
with:
ref: lara-2.0-legacy

- name: Cache ivy dependencies
id: cache-nivy
Expand Down

0 comments on commit 06f41a8

Please sign in to comment.