From cafbb26052dc79c22f8460ce3b8923217da5b471 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Tue, 23 Jan 2024 13:32:50 +0100 Subject: [PATCH] Temporarily exclude release to test build within ci/cd piepline --- .github/workflows/pipeline.yaml | 2 +- .github/workflows/prep-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 4d09ea4d..a60bf22d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -3,7 +3,7 @@ name: Test pipeline on: push: branches: - - "feature/build-fondant-base-image" + - main pull_request: jobs: diff --git a/.github/workflows/prep-release.yaml b/.github/workflows/prep-release.yaml index 133cb022..3c3d04b9 100644 --- a/.github/workflows/prep-release.yaml +++ b/.github/workflows/prep-release.yaml @@ -2,7 +2,7 @@ name: [TEST RUN] Pushing fondant base image on: push: branches: - - * + - "feature/build-fondant-base-image" env: AWS_REGION : us-east-1