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 b8e196e commit b5e3d75
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,10 @@ jobs:
with:
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
with:
patterns: '*agenda*.md'
- if: steps.changed.outputs.exists == 'true'
run: agenda_build

deploy:
runs-on: ubuntu-latest
needs: [ecstatic_build, check_and_build]
needs: [ecstatic_build, agenda_build]

steps:
# needed by JamesIves/github-pages-deploy-action
Expand Down

0 comments on commit b5e3d75

Please sign in to comment.