Skip to content

Commit

Permalink
Revert "COE-1021: fix release.yml to use build.yml instead of test.yml (
Browse files Browse the repository at this point in the history
#90)"

This reverts commit a302dad.
  • Loading branch information
namnhatpham committed May 25, 2023
1 parent a302dad commit fbaf571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
call-build-workflow:
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/test.yml
with:
environment: ${{ inputs.environment }}
secrets:
Expand Down

0 comments on commit fbaf571

Please sign in to comment.