Skip to content

Commit

Permalink
Bump skip-duplicate-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Apr 15, 2024
1 parent d83ca1e commit ff4abf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ env:
jobs:
detect-noop:
runs-on: ubuntu-22.04
runs:
using: 'node20'
outputs:
noop: ${{ steps.noop.outputs.should_skip }}
steps:
- name: Detect No-op Changes
id: noop
uses: fkirc/skip-duplicate-actions@v5.2.0
uses: fkirc/skip-duplicate-actions@v5.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
paths_ignore: '["**.md", "**.png", "**.jpg"]'
Expand Down

0 comments on commit ff4abf6

Please sign in to comment.