Skip to content
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

deploy runs for dependencies in GHA #1518

Closed
AlexSkrypnyk opened this issue Jan 31, 2025 · 0 comments · Fixed by #1520
Closed

deploy runs for dependencies in GHA #1518

AlexSkrypnyk opened this issue Jan 31, 2025 · 0 comments · Fixed by #1520

Comments

@AlexSkrypnyk
Copy link
Member

Since there are no per-job filters in GHA (unlike CircleCI), we need to use the following condition to filter-out runs for the deploy job:

  if: github.event_name != 'schedule' && !startsWith(github.ref, 'refs/heads/deps/') # Exclude deps/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Release queue
Development

Successfully merging a pull request may close this issue.

1 participant