Skip to content

Commit

Permalink
Fix GHA on legacy branches
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Oct 26, 2024
1 parent 069749a commit a23a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Ideally, we would checkout ${{ matrix.moodle-branch }} here.
# But when doing a plugin upgrade, this would let the build fail.
# Thus we checkout always the master branch and hope that the steps to start up the Bitnami container won't change too often.
ref: master
ref: main
path: bitnami-container

- name: Start Bitnami LDAP
Expand Down

0 comments on commit a23a36a

Please sign in to comment.