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

Update github actions ci to run on forks #9963

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

dmcgowan
Copy link
Member

At some point with gha ci updates, the ci no longer works on forks. Fixed with...

  1. Excludes actuated when on fork, otherwise gha will hang not finding any runners
  2. Runs some project tests on fork, don't skip the whole job. This job is a prerequisite for running other jobs, when it is skipped all the dependent jobs are skipped.

Tested at dmcgowan#5

Excludes actuated when on fork.
Runs some project tests on fork.

Signed-off-by: Derek McGowan <[email protected]>
@fuweid fuweid added this pull request to the merge queue Mar 13, 2024
Merged via the queue into containerd:main with commit 90ec00c Mar 13, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants