Skip to content

chore(deps-dev): Bump wrangler from 3.56.0 to 3.61.0 #812

chore(deps-dev): Bump wrangler from 3.56.0 to 3.61.0

chore(deps-dev): Bump wrangler from 3.56.0 to 3.61.0 #812

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-deploy:
name: "Deploy"
needs: call-lint
uses: ./.github/workflows/deploy.yml
secrets: inherit