Skip to content

chore(deps): Bump amannn/action-semantic-pull-request from 5.4.0 to 5… #850

chore(deps): Bump amannn/action-semantic-pull-request from 5.4.0 to 5…

chore(deps): Bump amannn/action-semantic-pull-request from 5.4.0 to 5… #850

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