Skip to content

try a different env var #5

try a different env var

try a different env var #5

Workflow file for this run

name: On Push
on:
- push
- pull_request
jobs:
test-and-lint:
name: Test and Lint
uses: jdglaser/fast-to-sql/.github/workflows/test-and-lint.yml@master
deploy:
name: Deploy
uses: jdglaser/fast-to-sql/.github/workflows/python-publish.yml@master
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs:
- test-and-lint