From 16e7b15266cefa627c68658488aebc16bd3514a7 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Fri, 4 Oct 2024 19:28:25 +0530 Subject: [PATCH] chore: Disable repo check for testing Signed-off-by: Anurag Rajawat --- .github/workflows/latest-release.yaml | 4 ++-- .github/workflows/release-filter.yaml | 5 ++++- .github/workflows/stable-release.yaml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/latest-release.yaml b/.github/workflows/latest-release.yaml index 457c054..c5fc834 100644 --- a/.github/workflows/latest-release.yaml +++ b/.github/workflows/latest-release.yaml @@ -6,7 +6,7 @@ on: push: branches: - main - - feat-filter + - feat-filter # TODO: REMOVE ME permissions: read-all @@ -32,7 +32,7 @@ jobs: release-sentryflow-image: needs: [ files-changed] - if: ${{ github.repository == '5GSEC/sentryflow' && needs.files-changed.outputs.sentryflow == 'true' }} + #if: ${{ github.repository == '5GSEC/sentryflow' && needs.files-changed.outputs.sentryflow == 'true' }} name: Build and push sentryflow's image uses: ./.github/workflows/release-image.yaml with: diff --git a/.github/workflows/release-filter.yaml b/.github/workflows/release-filter.yaml index a2aa40e..84b76fa 100644 --- a/.github/workflows/release-filter.yaml +++ b/.github/workflows/release-filter.yaml @@ -4,6 +4,9 @@ name: Release Envoy WASM Filter on: + create: + tags: + - "v*" workflow_dispatch: inputs: tag: @@ -19,7 +22,7 @@ concurrency: jobs: release-filter: - if: github.repository == '5GSEC/SentryFlow' + #if: github.repository == '5GSEC/SentryFlow' name: Build and push nimbus image uses: ./.github/workflows/release-image.yaml with: diff --git a/.github/workflows/stable-release.yaml b/.github/workflows/stable-release.yaml index e7f895f..5291266 100644 --- a/.github/workflows/stable-release.yaml +++ b/.github/workflows/stable-release.yaml @@ -16,7 +16,7 @@ concurrency: jobs: release-sentryflow-image: - if: github.repository == '5GSEC/SentryFlow' + #if: github.repository == '5GSEC/SentryFlow' name: Build and push nimbus image uses: ./.github/workflows/release-image.yaml with: