Skip to content

Remove GitLab mirror workflow skipped checks by renaming to .disabled#600

Merged
pancetta merged 8 commits intomasterfrom
copilot/fix-ci-failure
Feb 7, 2026
Merged

Remove GitLab mirror workflow skipped checks by renaming to .disabled#600
pancetta merged 8 commits intomasterfrom
copilot/fix-ci-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 7, 2026

Three skipped check runs from the GitLab mirror workflow continued appearing in PRs despite disabling automatic triggers. GitHub Actions parses all .yml files in .github/workflows/ and creates skipped checks for jobs with failing if conditions, even when only workflow_dispatch is enabled.

Changes

  • Renamed .github/workflows/gitlab_ci.ymlgitlab_ci.yml.disabled
    • GitHub only parses .yml and .yaml extensions
    • Workflow configuration preserved for future re-enabling
  • Added header documentation with re-enable instructions

Impact

The 3 skipped checks (check_permission, mirror_to_gitlab, get_artifacts_from_other_workflow) no longer appear in pull requests.

Original prompt

This section details on the original issue you should resolve

<issue_title>Ci is failing</issue_title>
<issue_description>See https://github.com/Parallel-in-Time/pySDC/actions/runs/21578645887 for details.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…test tolerance

Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI failure in project builds Fix CI: format parallelSDC_reloaded files and adjust FEniCS numerical tolerance Feb 7, 2026
Copilot AI requested a review from pancetta February 7, 2026 12:02
Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Copilot AI changed the title Fix CI: format parallelSDC_reloaded files and adjust FEniCS numerical tolerance Fix CI linter failures - format remaining files with black Feb 7, 2026
Copilot AI and others added 4 commits February 7, 2026 12:13
Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
…of GitLab mirror

Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Copilot AI changed the title Fix CI linter failures - format remaining files with black Disable GitLab mirror workflow and reroute postprocess dependency Feb 7, 2026
Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
Copilot AI changed the title Disable GitLab mirror workflow and reroute postprocess dependency Remove GitLab mirror workflow skipped checks by renaming to .disabled Feb 7, 2026
@pancetta pancetta marked this pull request as ready for review February 7, 2026 12:44
@pancetta pancetta merged commit d3e0bb9 into master Feb 7, 2026
86 checks passed
@brownbaerchen brownbaerchen deleted the copilot/fix-ci-failure branch February 9, 2026 05:52
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.

Ci is failing

2 participants