Skip to content

Commit c8aa10a

Browse files
test
1 parent d52ab62 commit c8aa10a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/quick-start.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: quick-start
33
on:
44
push:
55
branches:
6-
- '**'
6+
- '**'
77
paths:
88
- '**.py'
99
- '**.yml'
@@ -15,10 +15,10 @@ on:
1515

1616
jobs:
1717
open-api-workflow-quick-start:
18+
uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
19+
20+
load-fixtures:
1821
runs-on: ubuntu-latest
19-
name: Documentation build
2022
steps:
21-
- uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
22-
2323
- name: Load fixtures
2424
run: docker compose exec -T web src/manage.py loaddata demodata

0 commit comments

Comments
 (0)