Skip to content

Commit

Permalink
ci: 💚 fix build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DMoscicki committed Nov 22, 2024
1 parent beb7d7b commit 3f0a7ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:
run: |-
cargo release \
publish \
--workspace \
--all-features \
--allow-branch HEAD \
--package \
k8s-rs-pb \
--no-confirm \
--execute
cargo logout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: UNIT
on:
pull_request:
branches: [ "master" ]
merge_group:
types: [checks_requested]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3f0a7ea

Please sign in to comment.