We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878fe91 commit 8658d4cCopy full SHA for 8658d4c
.github/workflows/run_gravyvalet_tests.yml
@@ -76,7 +76,7 @@ jobs:
76
SECRET_KEY: oh-so-secret
77
REDIS_HOST: redis://localhost:6379
78
- name: generate-openapi
79
- #if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master'
80
run: poetry run python manage.py migrate && poetry run python manage.py openapi
81
env:
82
DEBUG: 1
@@ -87,7 +87,7 @@ jobs:
87
88
89
- name: upload-artifact
90
91
uses: actions/upload-artifact@v4
92
with:
93
path: 'openapi.yml'
0 commit comments