Skip to content

Commit

Permalink
Merge pull request #1587 from nf-core/dev
Browse files Browse the repository at this point in the history
Shh 🤫
  • Loading branch information
ewels committed May 16, 2022
2 parents 74eb853 + 0638904 commit 171127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- id: set-matrix
run: |
if [ "${{ github.event.inputs.use-emoji }}" == "true" ]; then
if [ "${{ github.event.inputs.testpipeline }}" == "true" ]; then
echo '{"pipeline":["testpipeline"]}' > pipeline_names.json
else
curl -O https://nf-co.re/pipeline_names.json
Expand Down

0 comments on commit 171127b

Please sign in to comment.