Skip to content

Commit

Permalink
Remove duplicate check from reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Apr 19, 2022
1 parent df5abd3 commit e3a86d4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ on:
default: true

jobs:
# Checks for duplicate actions. Skips push actions if there is a matching or
# duplicate pull-request action.
checks-for-duplicates:
runs-on: ubuntu-latest
# Map a step output to a job output
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
skip_after_successful_duplicate: 'true'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

build-doc:
needs: checks-for-duplicates
Expand Down

0 comments on commit e3a86d4

Please sign in to comment.