Skip to content

33 update toolviper to use gh actions templates public workflows #157

33 update toolviper to use gh actions templates public workflows

33 update toolviper to use gh actions templates public workflows #157

name: Python Testing Integration
on:
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.rst'
# For testing the workflow.
# on:
# push:
# paths-ignore:
# - '**.md'
# - '**.rst'
jobs:
test:
uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-integration-template.yml@2-ipynb-workflow-is-getting-stuck
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}