Skip to content

Commit

Permalink
ci(ci): Disable skipping publish for release, again (#3605)
Browse files Browse the repository at this point in the history
#skip-changelog
  • Loading branch information
azaslavsky authored May 16, 2024
1 parent a548cbb commit 0f1acb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
env:
FULL_CI: "${{
github.ref == 'refs/heads/master'
|| startsWith(github.ref, 'refs/heads/release/')
|| contains(github.event.pull_request.labels.*.name, 'Trigger: Full-CI')
}}"

Expand Down

0 comments on commit 0f1acb0

Please sign in to comment.