Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-abdullah committed Aug 28, 2024
1 parent e1de1e6 commit d7f05c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quicktest_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ jobs:
else
echo "FastSurfer output directory for subject1 does not exist. Running FastSurfer..."
echo "HAS_FASTSURFER=true" >> $GITHUB_OUTPUT
fi
echo success
id: check-fastsurfer-output

# Create conda environment, install packages, and run Fastsurfer
run-fastsurfer:
runs-on: self-hosted
if: needs.check-output.outputs.HAS_FASTSURFER == 'true'
if: check-output.outputs.HAS_FASTSURFER == 'true'
needs: check-output
steps:
# Check if the Environment Variables used in further steps are present
Expand Down

0 comments on commit d7f05c0

Please sign in to comment.