Skip to content

Commit

Permalink
Update functional-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 12, 2024
1 parent bbf9774 commit f0c55fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
if: ${{ github.repository != 'cFS'}}
if: ${{ github.repository_owner != 'cFS'}}
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
skip_after_successful_duplicate: 'true'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

- id: skip_check_iternal
if: ${{ github.repository == 'cFS'}}
if: ${{ github.repository_owner == 'cFS'}}
uses: cFS/skip-duplicate-actions@master
with:
concurrent_skipping: 'same_content'
Expand Down

0 comments on commit f0c55fc

Please sign in to comment.