We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c557e0a commit d0c57d0Copy full SHA for d0c57d0
.github/workflows/ci.yml
@@ -1,12 +1,14 @@
1
name: ci
2
on: [push, pull_request]
3
+
4
jobs:
5
ci:
- uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
6
- secrets:
7
- moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
8
- with:
9
- disable_behat: false
10
- disable_grunt: false
11
- release_branches: main
12
- min_php : 7.4
+ runs-on: localrunner
+ steps:
+ - uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
+ with:
+ moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
+ disable_behat: false
+ disable_grunt: false
13
+ release_branches: main
14
+ min_php: '7.4'
0 commit comments