Skip to content

fix: Disable clazy check as it is missing cmake dependencies. #203

fix: Disable clazy check as it is missing cmake dependencies.

fix: Disable clazy check as it is missing cmake dependencies. #203

Workflow file for this run

name: draft
on:
push:
branches: [master]
pull_request_target:
branches: [master]
types: [opened, reopened, synchronize]
# Cancel old builds when pushing new commits.
concurrency:
group: draft-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
release:
uses: ./.github/workflows/release-drafter.yml
netlify:
uses: ./.github/workflows/netlify.yml
with:
dockerfile: platform/wasm/wasm.Dockerfile
path: /qtox
secrets:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}