Skip to content

chore: fix codegen check #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2022
Merged

chore: fix codegen check #397

merged 1 commit into from
Apr 20, 2022

Conversation

shortcuts
Copy link
Member

🧭 What and Why

🎟 JIRA Ticket: -

Changes included:

The CI skipped the codegen on main because it checked for the event name, instead of the ref name.

🧪 Test

CI :D

@shortcuts shortcuts requested a review from millotp April 20, 2022 09:03
@shortcuts shortcuts self-assigned this Apr 20, 2022
@netlify
Copy link

netlify bot commented Apr 20, 2022

Deploy Preview for api-clients-automation canceled.

Name Link
🔨 Latest commit fb00439
🔍 Latest deploy log https://app.netlify.com/sites/api-clients-automation/deploys/625fcc794e14cf0008c65fc3

@shortcuts shortcuts enabled auto-merge (squash) April 20, 2022 09:04
@@ -406,7 +406,7 @@ jobs:
- client_javascript_algoliasearch
if: |
always() &&
github.event_name == 'refs/heads/main' &&
github.ref == 'refs/heads/main' &&
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was it working before lol

@algolia-bot
Copy link
Collaborator

algolia-bot commented Apr 20, 2022

✗ The generated branch has been deleted.

If the PR has been merged, you can check the generated code on the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants