We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f24e0 commit c9d5564Copy full SHA for c9d5564
.github/workflows/api-pull-request.yml
@@ -68,7 +68,7 @@ jobs:
68
run: make django-make-migrations
69
70
- name: Restore cached testmon data
71
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' && !contains(github.event.commits.*.message, 'skip-testmon') }}
72
id: cache-testmon-restore
73
uses: actions/cache/restore@v3
74
with:
0 commit comments