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

ci: fix fdo container workflow job dependency #8349

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

mcattamoredhat
Copy link
Collaborator

The fdo container workflow jobs are not being triggered due to the following error:

Invalid workflow file: .github/workflows/fdo-container.yml#L47
The workflow is not valid. .github/workflows/fdo-container.yml (Line: 47, Col: 22): Job 'fdo-container-community' depends on unknown job 'pre-fdo-container-community'. .github/workflows/fdo-container.yml (Line: 78, Col: 22): Job 'fdo-container-official' depends on unknown job 'pre-fdo-container-official'.

In order to fix it, we need to delete the unknown job 'pre-fdo-container-official'.

@yih-redhat yih-redhat merged commit f035ec9 into virt-s1:main Aug 19, 2024
4 checks passed
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.

2 participants