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 docs-deploy condition #179

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

jameslamb
Copy link
Member

Contributes to #115

Follow-up to #178.

Fixes this error observed when I merged #178:

The workflow is not valid. .github/workflows/build.yaml (Line: 42, Col: 15): Unexpected symbol: '"tag"'. Located at position 22 within expression: github.event_name == "tag"

(build link)

Compound conditions for GitHub Actions stuff need to all be inside a single enclosing ${{ }}. sorry 😅

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Nov 4, 2024
@jameslamb jameslamb merged commit 39e7639 into rapidsai:main Nov 4, 2024
9 checks passed
@jameslamb jameslamb deleted the fix/gha-config branch November 4, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants