Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
ci: enable since_last_remote_commit in changed-files action
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Feb 22, 2024
1 parent c927960 commit 0ab2c10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
id: plugin
uses: tj-actions/changed-files@v36
with:
since_last_remote_commit: true
files: |
plugin
.github/workflows/ci-plugin.yml
Expand All @@ -28,6 +29,7 @@ jobs:
id: server
uses: tj-actions/changed-files@v36
with:
since_last_remote_commit: true
files: |
server
.github/workflows/ci-server.yml
Expand All @@ -38,13 +40,15 @@ jobs:
id: tools
uses: tj-actions/changed-files@v36
with:
since_last_remote_commit: true
files: |
tools
.github/workflows/ci-tools.yml
- name: changed files for worker
id: worker
uses: tj-actions/changed-files@v36
with:
since_last_remote_commit: true
files: |
worker
.github/workflows/ci-worker.yml
Expand Down

0 comments on commit 0ab2c10

Please sign in to comment.