File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11name : Container Configs
22
33on :
4- # FIXME Remove these and only run on release or PRs to main
4+ # FIXME Remove these and only run on release or PRs to main or TEMPLATE updates
55 push :
66 branches : [main,dev]
77 pull_request :
3636 profile="wave,${{ matrix.container_type }}"
3737 fi
3838 nextflow inspect . -profile $profile -format config > conf/containers/containers_${{ matrix.container_type }}_${{ matrix.architecture }}.config
39+ - name : Commit & push changes
40+ id : commit-and-push
41+ run : |
42+ git config user.email "[email protected] " 43+ git config user.name "nf-core-bot"
44+ git config push.default upstream
45+ git add .
46+ git status
47+ git commit -m "[automated] Update container configs"
48+ git push
3949
You can’t perform that action at this time.
0 commit comments