Skip to content

Commit

Permalink
chore: reverting the condition to run release action before publish w…
Browse files Browse the repository at this point in the history
…ork-flow service (#2629)

Co-authored-by: Chirag Sharma IAMOPS <chirag.sharma@billrun.com>
  • Loading branch information
codechirag123 and Chirag Sharma IAMOPS authored Aug 8, 2024
1 parent 2c200a1 commit 728ac11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-workflows-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ env:


jobs:
call_release:
uses: ./.github/workflows/release.yml
secrets: inherit

determine_branch:
runs-on: ubuntu-latest
Expand All @@ -52,8 +49,7 @@ jobs:
build-and-push-image:
runs-on: ubuntu-latest
needs: [determine_branch,call_release]
if: ${{ needs.call_release.result=='success' }}
needs: [determine_branch]
permissions:
contents: read
packages: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- dev
workflow_call:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 728ac11

Please sign in to comment.