File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ name : CI/CD Pipeline
2+
3+ on :
4+ pull_request :
5+ branches : [ "main" ]
6+ push :
7+ tags :
8+ - " [0-9]+.[0-9]+.[0-9]+"
9+
10+ jobs :
11+ call-ci-cd-workflow :
12+ name : ci-cd
13+ uses : biocommons/.github/.github/workflows/python-ci-cd.yml@6-consolidate-python-workflows
14+ with :
15+ run-deploy : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
16+ secrets : inherit
Original file line number Diff line number Diff line change 1- # https://github.com/actions/stale
2-
31name : ' Close stale issues and PRs'
42on :
53 workflow_dispatch :
Original file line number Diff line number Diff line change 33- make github actions/workflows use makefile targets
44
55- merge makefiles
6+
7+ - mv python ci/cd to biocommons/.github
You can’t perform that action at this time.
0 commit comments