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

Move conditional deploy job conditions from job to step #378

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

brandur
Copy link
Owner

@brandur brandur commented Dec 15, 2024

Try moving the deploy jobs' run conditions from their job down to the
actual deploy step within them. The trouble with having them at the job
level is that they show as "Xed out" in a pull request which makes it
look like something's wrong.

Try moving the deploy jobs' run conditions from their job down to the
actual deploy step within them. The trouble with having them at the job
level is that they show as "Xed out" in a pull request which makes it
look like something's wrong.
@brandur brandur merged commit 0992fde into master Dec 15, 2024
10 checks passed
@brandur brandur deleted the brandur-conditional-steps branch December 15, 2024 21:00
brandur added a commit that referenced this pull request Dec 15, 2024
This reverts #378 / commit 0992fde.

The deploy jobs run as dependencies after the first have run, and
although it looks better in the UI to succeed, having to wait for them
to finish adds another couple minutes to every pull request CI. Not
worth it.
brandur added a commit that referenced this pull request Dec 15, 2024
…" (#380)

This reverts #378 / commit 0992fde.

The deploy jobs run as dependencies after the first have run, and
although it looks better in the UI to succeed, having to wait for them
to finish adds another couple minutes to every pull request CI. Not
worth it.
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