delete deploy workflow (#2396)

This commit is contained in:
Madison Dunitz
2021-08-18 17:13:04 -05:00
committed by GitHub
parent b814489328
commit 295590a7c6
-13
View File
@@ -1,13 +0,0 @@
name: Deploy via single cell infra repo
on:
push:
branches: main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: repository dispatch
run: |
curl -XPOST -u czi-sci-single-cell-eng:${{secrets.SCI_GITHUB_TOKEN}} -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/chanzuckerberg/single-cell-infra/dispatches --data '{"event_type": "cellxgene-hook"}'