diff --git a/.github/workflows/quicktest.yaml b/.github/workflows/quicktest.yaml index 38f9794b..333f5e84 100644 --- a/.github/workflows/quicktest.yaml +++ b/.github/workflows/quicktest.yaml @@ -1,15 +1,14 @@ name: quicktest -""" -File: quicktest.yaml -Author: Taha Abdullah -Created on: 2023-03-04 -Functionality: This workflow runs some quick integration tests on FastSurfer commits. It checks out the new - FastSurfer repo, sets up Python, builds a Singularity image, runs FastSurfer on sample MRI data, and - runs pytest to check if the results are acceptable -Usage: This workflow is triggered on a push or pull-request to the dev and main branch of DeepMI/FastSurfer. It can also - be triggered manually with workflow-dispatch -""" +# File: quicktest.yaml +# Author: Taha Abdullah +# Created on: 2023-03-04 +# Functionality: This workflow runs some quick integration tests on FastSurfer commits. It checks out the new +# FastSurfer repo, sets up Python, builds a Singularity image, runs FastSurfer on sample MRI data, and +# runs pytest to check if the results are acceptable +# Usage: This workflow is triggered on a push or pull-request to the dev and main branch of DeepMI/FastSurfer. +# It can also be triggered manually with workflow-dispatch + on: # pull_request: