From 295590a7c6fd42f5243a21baa3ce3ade12a55bef Mon Sep 17 00:00:00 2001 From: Madison Dunitz Date: Wed, 18 Aug 2021 17:13:04 -0500 Subject: [PATCH] delete deploy workflow (#2396) --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index aafcabd5..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -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"}'