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 multiple truthy expressions in github .taskcluster.yml cookiecutter #499

Merged
merged 1 commit into from May 2, 2024

Conversation

bhearsum
Copy link
Contributor

@bhearsum bhearsum commented May 2, 2024

No description provided.

@bhearsum bhearsum requested a review from jcristau May 2, 2024 15:38
@@ -45,7 +45,7 @@ tasks:
$switch:
'tasks_for[:19] == "github-pull-request"': ${event.pull_request.base.ref}
'tasks_for == "github-push" && event.base_ref': ${event.base_ref}
'tasks_for == "github-push"': ${event.ref}
'tasks_for == "github-push" !(event.base_ref)': ${event.ref}
Copy link
Contributor

Choose a reason for hiding this comment

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

missing &&?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ugh yes, thanks

@bhearsum bhearsum merged commit 2d0d41e into taskcluster:main May 2, 2024
8 checks passed
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.

None yet

2 participants