Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
CI: updates [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen committed Aug 17, 2023
1 parent 666a1f9 commit 446f094
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 205 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Example of workflow trigger for calling workflow (the client).
name: ci-dev
on:
pull_request:
branches: ["dev"]
push:
branches: ["dev"]
jobs:
ci:
uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev
with:
distro: core
53 changes: 0 additions & 53 deletions .github/workflows/ci.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/increment-release.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/install-workflows.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/join-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: join-release
on:
workflow_dispatch: {}
jobs:
release:
uses: qiime2/distributions/.github/workflows/lib-join-release.yaml@dev
33 changes: 0 additions & 33 deletions .github/workflows/join-release.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: tag-release
on:
push:
branches: ["Release-*"]
jobs:
tag:
uses: qiime2/distributions/.github/workflows/lib-tag-release.yaml@dev

0 comments on commit 446f094

Please sign in to comment.