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

GH actions if clause #2744

Merged
merged 1 commit into from
Jan 24, 2023
Merged

GH actions if clause #2744

merged 1 commit into from
Jan 24, 2023

Conversation

kathsherratt
Copy link
Collaborator

Many actions are currently getting skipped, while others still work.

I think this was introduced by changes to Actions in #2699 . It should be fixed by this PR which switches to if: github.repository_owner == rather than if: github.repository == .

Should fix issues #2728 , #2633 , #2634 , #2630

switch to `if: github.repository_owner ==`

rather than `if: github.repository ==`

so that actions to run on schedule (currently they get skipped)
@kathsherratt kathsherratt merged commit daf3a13 into main Jan 24, 2023
@kathsherratt kathsherratt deleted the update-actions-if branch January 24, 2023 12:23
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.

1 participant