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 009bf50 commit b6cacdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 b6cacdd

Please sign in to comment.