Skip to content

chore: restructure CI/CD workflows #6

chore: restructure CI/CD workflows

chore: restructure CI/CD workflows #6

Workflow file for this run

name: Dumb CI
on:
workflow_dispatch: {}
push:
branches:
- main
paths-ignore:
- "src/**"
- "pyproject.toml"
pull_request:
branches:
- main
paths-ignore:
- "src/**"
- "pyproject.toml"
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
should_skip: true
test:
uses: ./.github/workflows/test.yml
secrets:
UIPATH_URL: ${{ secrets.UIPATH_URL }}
UIPATH_CLIENT_ID: ${{ secrets.UIPATH_CLIENT_ID }}
UIPATH_CLIENT_SECRET: ${{ secrets.UIPATH_CLIENT_SECRET }}
with:
should_skip: true