catalyst / catalyst-moodle-workflows

5 stars 10 forks source link

fix: move moodle_branches handling earlier, fix main branch handling #134

Closed keevan closed 1 week ago

keevan commented 1 week ago

Set the following additional options in your plugin/.github/ci.yml file to test:

# replace branch
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@fix-moodle-branch-handling

# specify the workflow branch to use since we're updating the internal matrix script
with:
  internal_workflow_branch: fix-moodle-branch-handling
keevan commented 1 week ago

Proof that it works:

Workflow results: https://github.com/keevan/moodle-block_attendance/actions/runs/11826668965 CI file in plugin: https://github.com/keevan/moodle-block_attendance/blob/3199fa5c30dbf396afd2fbc7221c50f244cfeec7/.github/workflows/ci.yml