Skip to content

Commit

Permalink
Fix dorny/paths-filter on push event (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Apr 19, 2024
1 parent 32176ab commit 11906bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
tarball_filename: ${{ steps.key.outputs.tarball_filename }}
content_hash: ${{ steps.key.outputs.content_hash }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
modified_artifacts_toml:
- Artifacts.toml
- uses: actions/checkout@v4
if: ${{ steps.filter.outputs.modified_artifacts_toml == 'true' }}
- name: Check for unpublished artifact
if: ${{ steps.filter.outputs.modified_artifacts_toml == 'true' }}
id: key
Expand Down

0 comments on commit 11906bd

Please sign in to comment.