Skip to content

allow usage of user-defined docker images in runpod #12973

allow usage of user-defined docker images in runpod

allow usage of user-defined docker images in runpod #12973

Workflow file for this run

# This is needed for GitHub Actions for the "Waiting for status to be reported" problem,
# according to https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks
name: Python Tests
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
- 'releases/**'
jobs:
python-test:
runs-on: ubuntu-latest
steps:
- run: 'echo "No tests to run"'