Skip to content

Commit

Permalink
ci: checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Jul 18, 2024
1 parent 602f6c6 commit 1d59e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-cloudflare-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ on:
jobs:
changes:
runs-on: ubuntu-latest
# Required permissions
permissions:
pull-requests: read
# Set job outputs to values from filter step
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
# For pull requests it's not necessary to checkout the code
- uses: actions/checkout@v4
name: Checkout Repo
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/publish-python-markdown-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ on:
jobs:
changes:
runs-on: ubuntu-latest
# Required permissions
permissions:
pull-requests: read
# Set job outputs to values from filter step
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
# For pull requests it's not necessary to checkout the code
- uses: actions/checkout@v4
name: Checkout Repo
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down

0 comments on commit 1d59e78

Please sign in to comment.