Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gocko authored Sep 15, 2024
1 parent f38e8b7 commit 543dc7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
uses: yumemi-inc/changed-files@v3
id: changed
with:
patterns: '*agenda*.md'
if: steps.changed.outputs.exists == 'true'
run: agenda_build
patterns: '*agenda*.md'
if: steps.changed.outputs.exists == 'true'
run: agenda_build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 543dc7e

Please sign in to comment.