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(ci): consolidate multiple jobs into few status checks #294

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

AtomicFS
Copy link
Collaborator

  • some jobs take a while so we skip them if unnecessary
  • they show up as SKIPPED
  • problem is that SKIPPED is considered FAILED and we cannot have these as required status checks
  • this allows us to change this behavior

@AtomicFS AtomicFS requested a review from MDr164 as a code owner July 31, 2024 13:13
@github-actions github-actions bot added bugfix Bugfix / fix github_actions Pull requests that update GitHub Actions code labels Jul 31, 2024
- some jobs take a while so we skip them if unnecessary
- they show up as SKIPPED
- problem is that SKIPPED is considered FAILED and we cannot have these
  as required status checks
- this allows us to change this behavior

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
@AtomicFS AtomicFS added this pull request to the merge queue Aug 1, 2024
Merged via the queue into main with commit 6bdd189 Aug 1, 2024
45 checks passed
@AtomicFS AtomicFS deleted the fix/ci-status-checks branch August 1, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bugfix / fix github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants