Skip to content

Reorganize GitHub Workflows to enable running on PRs - #906

Merged
ransome1 merged 1 commit into
mainfrom
workflows-rework
Jul 31, 2026
Merged

Reorganize GitHub Workflows to enable running on PRs#906
ransome1 merged 1 commit into
mainfrom
workflows-rework

Conversation

@Lezurex

@Lezurex Lezurex commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

This PR reorganizes the workflows a bit and splits them into smaller parts. This is to achieve running some workflows on PRs created from fork branches.

  • Code scanning (CodeQL and nodejsscan) now runs separately and on fork PRs as well.
  • Tests have their own workflow now and can run on fork PRs now as well.
  • The mirror and flathub pushes run only after a test workflow has succeeded on the main branch.
  • Snyk Scanning runs on repo push only, not in fork PRs, as it requires a token.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Lezurex
Lezurex force-pushed the workflows-rework branch from bae25ed to 901ce89 Compare July 31, 2026 08:46
@Lezurex
Lezurex force-pushed the workflows-rework branch from 901ce89 to 3ae44dc Compare July 31, 2026 08:57
@ransome1
ransome1 merged commit a4e10f8 into main Jul 31, 2026
6 of 7 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in sleek 2.x Jul 31, 2026
@Lezurex
Lezurex deleted the workflows-rework branch July 31, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants