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 543dc7e commit b8e196e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
agenda_filename: 2024-Conference/agenda-workshop.md;2024-Conference/agenda.md;2023-Conference/agenda.md;2023-Conference/agenda-workshop.md;2022-Conference/agenda.md;2022-Conference/agenda-workshop.md

check_and_build:
uses: yumemi-inc/changed-files@v3
id: changed
- uses: yumemi-inc/changed-files@v3
id: changed
with:
patterns: '*agenda*.md'
if: steps.changed.outputs.exists == 'true'
run: agenda_build
- if: steps.changed.outputs.exists == 'true'
run: agenda_build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b8e196e

Please sign in to comment.