Skip to content

Commit

Permalink
Shh 🤫
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed May 16, 2022
1 parent 0fbe429 commit 0638904
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 0638904

Please sign in to comment.