Skip to content

fix: Correct reusable workflow syntax in deploy.yml#22

Merged
bjohnsto merged 1 commit into
dm-vdo:mainfrom
bjohnsto:fix/deploy-workflow-call
May 28, 2026
Merged

fix: Correct reusable workflow syntax in deploy.yml#22
bjohnsto merged 1 commit into
dm-vdo:mainfrom
bjohnsto:fix/deploy-workflow-call

Conversation

@bjohnsto

Copy link
Copy Markdown
Member

Reusable workflows must be called at the job level with 'uses', not within steps. Move the workflow call from steps to the job level and remove runs-on (defined in the reusable workflow).

This fixes the error: 'reusable workflows should be referenced at the top-level jobs.*.uses key, not within steps'

Reusable workflows must be called at the job level with 'uses',
not within steps. Move the workflow call from steps to the job
level and remove runs-on (defined in the reusable workflow).

This fixes the error: 'reusable workflows should be referenced
at the top-level jobs.*.uses key, not within steps'

Signed-off-by: Bruce Johnston <bjohnsto@redhat.com>
@bjohnsto bjohnsto merged commit 1f37392 into dm-vdo:main May 28, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants