Skip to content

Commit 4bdb069

Browse files
ci: make build_ansible_collection wait for build_schemas
1 parent 7bb13ef commit 4bdb069

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ jobs:
132132
openapi.json
133133
schema.graphql
134134
135-
trigger_ansible_collection_build:
135+
build_ansible_collection:
136136
runs-on: ubuntu-latest
137-
needs: [release_pkg]
137+
needs: [build_schemas]
138138
steps:
139139
- name: Generate pfrest-automation GitHub App token
140140
id: app_token

0 commit comments

Comments
 (0)