Skip to content

Commit c58e899

Browse files
committed
remove conditional from create release
1 parent a1951db commit c58e899

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
license-id: ${{ steps.create-customer.outputs.license-id }}
124124
customer-id: ${{ steps.create-customer.outputs.customer-id }}
125125
channel-slug: ${{ steps.create-release.outputs.channel-slug }}
126-
if: github.event_name == 'push' || github.event_name == 'release'
127126
steps:
128127
- name: Checkout
129128
uses: actions/checkout@v4

0 commit comments

Comments
 (0)