Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Aug 7, 2023
1 parent 5c633d4 commit 3aae4dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:

# Deploy via FTP, only if this is running on a push to master (not a pull request)
- name: Sync website files
# TODO: change this to master once we're ready to deploy the new site on main
if: github.repository == 'nf-core/website' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/old-site'))
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
Expand Down

0 comments on commit 3aae4dd

Please sign in to comment.