Skip to content

Commit d34da49

Browse files
committed
start migratiom to org workflows
1 parent 2a28a27 commit d34da49

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

.github/workflows/stale.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# https://github.com/actions/stale
2-
31
name: 'Close stale issues and PRs'
42
on:
53
workflow_dispatch:

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
- make github actions/workflows use makefile targets
44

55
- merge makefiles
6+
7+
- mv python ci/cd to biocommons/.github

0 commit comments

Comments
 (0)