Skip to content

Add errors to CI ignore path #453

Add errors to CI ignore path

Add errors to CI ignore path #453

Workflow file for this run

# .github/workflows/ci.yml
name: ci
on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@custom-ignore-paths
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
# Any further options in this section
disable_behat: true
disable_grunt: true
disable_phplint: true
disable_phpdoc: true