Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Aug 5, 2024
1 parent 70f8b3d commit b7b8021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-channel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
build_release_package_test_packages_only:
name: Build release package - packages only (test channel)
runs-on: macos-latest
if: ${{ !contains(github.event.head_commit.message, '[skip-ci]') || contains(github.event.head_commit.message, '[packages-only]')}}
if: ${{ contains(github.event.head_commit.message, '[packages-only]')}}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b7b8021

Please sign in to comment.