From f12e998baf7b184e26d8a0382d66f029160b65cb Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sun, 7 Jan 2024 05:23:44 +0000 Subject: [PATCH] split into 2 jobs --- .github/workflows/cicd.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a26180d..fcf80b3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,8 +1,8 @@ name: CICD on: push jobs: - cicd: - # this is a nice variante for HUGE repos + build: + # this is a nice variant for HUGE repos runs-on: ubuntu-latest steps: # this is like https://github.com/internetarchive/build/blob/main/action.yml @@ -58,7 +58,9 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - + deploy: + runs-on: ubuntu-latest + steps: - name: deploy uses: internetarchive/deploy@v1 with: