Skip to content

Commit

Permalink
[skip-testmon] add ability to skip testmon
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jan 31, 2024
1 parent 11f24e0 commit ce0b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: make django-make-migrations

- name: Restore cached testmon data
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' && !contains(github.event.head_commit.message, 'skip-testmon') }}
id: cache-testmon-restore
uses: actions/cache/restore@v3
with:
Expand Down

0 comments on commit ce0b69a

Please sign in to comment.