Skip to content

Commit

Permalink
chore: Disable repo check for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Rajawat <[email protected]>
  • Loading branch information
anurag-rajawat committed Oct 4, 2024
1 parent 8185013 commit 16e7b15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- feat-filter
- feat-filter # TODO: REMOVE ME

permissions: read-all

Expand 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:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release-filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: Release Envoy WASM Filter

on:
create:
tags:
- "v*"
workflow_dispatch:
inputs:
tag:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16e7b15

Please sign in to comment.