aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-31 17:19:38 -0700
committerDhravya <[email protected]>2024-03-31 17:19:38 -0700
commit0c8fd4000a69bdb6e9a2834e31c4134ccf05e3f0 (patch)
tree3a8811d75929c824c3ae4a9c084acbfe12be38a9 /.github/workflows
parent(ci): testing CI changes again (diff)
downloadsupermemory-0c8fd4000a69bdb6e9a2834e31c4134ccf05e3f0.tar.xz
supermemory-0c8fd4000a69bdb6e9a2834e31c4134ccf05e3f0.zip
(ci): update CI again
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8f492b53..b2bb67a9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
echo "cf_ai_backend_changed=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q 'apps/cf-ai-backend/' && echo 'true' || echo 'false')" >> $GITHUB_OUTPUT
build-extension:
- needs: check-modified-paths
+ needs: prepare
if: needs.prepare.outputs.extension_changed == 'true'
runs-on: ubuntu-latest
steps:
@@ -39,6 +39,7 @@ jobs:
- uses: ./.github/actions/buildextension
build-app:
+ needs: prepare
if: needs.prepare.outputs.web_changed == 'true'
runs-on: ubuntu-latest
steps:
@@ -77,6 +78,7 @@ jobs:
branch: main
deploy-cf-worker:
+ needs: prepare
if: needs.prepare.outputs.cf_ai_backend_changed == 'true'
runs-on: ubuntu-latest
steps: