Skip to content

ci: try to make ci work once more... #8

ci: try to make ci work once more...

ci: try to make ci work once more... #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
mysql-version: ["8.0"]
uses: lejoko/ash_mysql/.github/workflows/ash-ci.yml@main

Check failure on line 13 in .github/workflows/elixir.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/elixir.yml

Invalid workflow file

error parsing called workflow ".github/workflows/elixir.yml" -> "lejoko/ash_mysql/.github/workflows/ash-ci.yml@main" (source branch with sha:1c47b9562679fd7807aa65d6b16aae0ba3453b0c) : No event triggers defined in `on`
with:
mysql: true
mysql.version: ${{matrix.mysql-version}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}