Skip to content
Snippets Groups Projects

Build each independent tag in main alphafold3 repo

Merged Matthew K Defenderfer requested to merge change-ci-to-build-all-tags-automatically into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -12,7 +12,8 @@ variables:
@@ -12,7 +12,8 @@ variables:
workflow:
workflow:
rules:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Only run on main
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Only run on main
- when: manual
- if: '$CI_PIPELINE_SOURCE == "web"'
 
- when: never
prep_missing_tags:
prep_missing_tags:
image: ubuntu:latest
image: ubuntu:latest
Loading