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 Fix syntax error in dispatch ci #35

Merged

Conversation

GuySartorelli
Copy link
Member

Missing indentation causes this CI to fail anywhere that happens to have it.

Issue

if: (github.event_name == 'schedule' && github.repository_owner == '$account') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- name: Dispatch CI
- name: Dispatch CI

Over-indented

Copy link
Member Author

Choose a reason for hiding this comment

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

Curse my IDE! That's probably how it happened in the first place 😅
Fixed.

@GuySartorelli GuySartorelli force-pushed the pulls/main/fix-dispatch-ci branch from 8d27649 to e2edd0f Compare January 29, 2024 01:58
@GuySartorelli GuySartorelli force-pushed the pulls/main/fix-dispatch-ci branch from e2edd0f to fe6419a Compare January 29, 2024 01:59
@emteknetnz emteknetnz merged commit 4343640 into silverstripe:main Jan 29, 2024
1 check passed
@emteknetnz emteknetnz deleted the pulls/main/fix-dispatch-ci branch January 29, 2024 02:08
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