Skip to content

Commit

Permalink
ci: remove change job
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Aug 29, 2024
1 parent 0c58a71 commit 6ff73fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/deploy-cloudflare-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,8 @@ on:
workflow_dispatch:

jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
src:
- 'cloudflare-workers/**'
deploy:
name: Deploy
needs: changes
if: ${{ needs.changes.outputs.src == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/publish-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,8 @@ on:
workflow_dispatch:

jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
src:
- 'frontend/**'
publish:
name: Publish
needs: changes
if: ${{ needs.changes.outputs.src == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/publish-python-markdown-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,8 @@ on:
workflow_dispatch:

jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
src:
- 'python-markdown-extension/**'
publish:
name: Publish
needs: changes
if: ${{ needs.changes.outputs.src == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 6ff73fe

Please sign in to comment.