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 schedule runs #668

Merged
merged 2 commits into from
Mar 13, 2021
Merged

fix schedule runs #668

merged 2 commits into from
Mar 13, 2021

Conversation

daiyam
Copy link
Member

@daiyam daiyam commented Mar 12, 2021

This PR is fixing a regression introduced in #666 which blocks the creation of any new release...
It's correctly determining when the run is a PR or not.

@daiyam daiyam mentioned this pull request Mar 12, 2021
@@ -2,7 +2,7 @@

set -e

if [[ $github.event.number ]]; then
if [[ $github.event_name == "pull_request" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be GITHUB_EVENT_NAME instead, since we're in the shell here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ya, I'm still learning... Thx

Copy link
Member Author

Choose a reason for hiding this comment

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

Thx It's working.

@stripedpajamas stripedpajamas merged commit 93bfe2e into VSCodium:master Mar 13, 2021
@daiyam daiyam deleted the fix-schedule branch March 13, 2021 09:09
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants