Skip to content

Commit

Permalink
Change do_not_skip to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Apr 19, 2022
1 parent 64187b8 commit df5abd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
concurrent_skipping: 'same_content'
skip_after_successful_duplicate: 'true'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

checkout-and-cache:
name: Custom checkout and cache for cFS documents
Expand Down
2 changes: 1 addition & 1 deletion cfe

0 comments on commit df5abd3

Please sign in to comment.