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

fix(ci): use github.event_name == 'push' instead of github.event.push #3627

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

rami3l
Copy link
Member

@rami3l rami3l commented Jan 4, 2024

Tries to address the concern in #3582 (comment).

github.event.push is the suspect here since:

  • ... it triggers Context access might be invalid warnings in VSCode;
  • github.event_name == 'push' seem to work elsewhere in ci.yaml.

@rami3l rami3l merged commit 578696b into master Jan 4, 2024
21 checks passed
@rami3l rami3l deleted the fix/ci-push-pred branch January 4, 2024 17:19
@rami3l rami3l mentioned this pull request Jan 29, 2024
1 task
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.

2 participants