From 6909db61f6f43c4c69efd69206cee0ddc0b0a94f Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 13 Dec 2023 16:53:10 +0000 Subject: [PATCH] dont run jobs in parallel --- .gitea/workflows/publish.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 15e62da..4d9c6b9 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -56,9 +56,6 @@ jobs: # edit the config file # laconic-so deployment --dir uniswap-urbit-app-deployment start - cns_publish: - runs-on: ubuntu-latest - steps: - name: Use Node.js uses: actions/setup-node@v3 with: