Skip to content

Commit

Permalink
test: Add manual execution to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dadalid-at-wiris authored Sep 10, 2024
1 parent ddcce65 commit a8c3f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Moodle Plugin CI Tests

# The workflow is triggered on push to the stable branch, main branch, pull requests and every day at 6:30 UTC.
on:
workflow_dispatch:
push:
branches:
- stable
Expand Down Expand Up @@ -241,4 +242,4 @@ jobs:
name: Behat Faildump (${{ join(matrix.*, ', ') }})
path: ${{ github.workspace }}/moodledata/behat_dump
retention-days: 7
if-no-files-found: ignore
if-no-files-found: ignore

0 comments on commit a8c3f81

Please sign in to comment.