Skip to content

Commit

Permalink
ci: Add condition to execute CI workflow for release package. (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Aug 13, 2024
1 parent 70d847e commit 4e6b739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ env:

jobs:
ci:
if: ${{ github.event.inputs.release_package_base == true || github.event.inputs.release_package_main == true }}
name: CI
uses: ./.github/workflows/ci.yml

Expand Down

0 comments on commit 4e6b739

Please sign in to comment.