Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan committed Aug 21, 2024
1 parent 7ed941c commit 7da4e64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/no-dupe-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
should_skip_AT2: ${{ steps.skip_check.outputs.should_skip_AT2 }}
steps:
- id: skip_check
- uses: fkirc/skip-duplicate-actions@v5
- with:
uses: fkirc/skip-duplicate-actions@v5
with:
skip_after_successful_duplicate: 'true'

build-and-test:
name: Build and test changes
needs: pre-checks
if: needs.pre_checks.outputs.should_skip_AT2 != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7da4e64

Please sign in to comment.