-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul GHA #1200
Merged
Merged
Overhaul GHA #1200
Changes from 17 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3957e7a
Tidy workflows into one testing workflow
adamrtalbot 39e4f89
Tidy up AWS tests into single workflow
adamrtalbot 5567e32
Condense linting workflows to single workflow
adamrtalbot 6438b68
Add confirm-pass check to the end of the testing workflow
adamrtalbot 83d81ea
[automated] Fix linting with Prettier
nf-core-bot a1436a9
Add Sentieon secret back in
adamrtalbot 754684f
Fix tags for alignment checks
adamrtalbot 77e800f
Add default test to list of existing tags
adamrtalbot 5f341e2
Add merge group in case of a merge queue
adamrtalbot 52bc779
Setup Cache for Nextflow and Pip
adamrtalbot 204950a
Revert "Condense linting workflows to single workflow"
adamrtalbot eaac9e5
unique-ify the installation cache key
adamrtalbot c67d751
Use git commands instead of GHA CLI to check for path differences
adamrtalbot a64e540
Use explicit requirements.txt file
adamrtalbot 1cced6d
Remove blank token from paths-filter
adamrtalbot 2454384
lint requirements.txt
adamrtalbot a43de5a
Merge branch 'dev' of github.com:nf-core/sarek into overhaul_ci_gha
adamrtalbot 827ef19
Update .github/workflows/pytest-workflow.yml
adamrtalbot 15ec813
Match CI triggers to nf-core schema
adamrtalbot 84dc775
CHANGELOG
adamrtalbot 8f61be2
Rely on setup-python auto cacheing feature instead of manual cacheing
adamrtalbot 439d837
fixup
adamrtalbot 855c878
fixup
adamrtalbot d804599
Change order to install test data after software dependencies (fail e…
adamrtalbot 919115f
Change triggers for AWS tests
adamrtalbot b40397c
Change triggers for AWS tests
adamrtalbot 2866617
Change triggers for AWS tests
adamrtalbot aa9e189
Change triggers for AWS tests
adamrtalbot 9342569
Change triggers for AWS tests
adamrtalbot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice I like it, much cleaner to have it all here