diff options
| author | Adonais Romero González <[email protected]> | 2023-05-01 11:27:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-01 11:27:52 -0700 |
| commit | 46db93c4c0542166457f5504010b402a9426ab1d (patch) | |
| tree | 68cefb27f33433d421535700a3ea6e8582c3cc31 /.github/workflows/ci-pr.yml | |
| parent | f28183b782d1f113492f6eea424172f2addaf565 (diff) | |
Build all samples on PRs with changes to scripts/workflows (#981)
Now whenever a change in a script or workflow is detected when running the PR workflow, a full build will be triggered.
Updated changed-files action as well to remove warning about deprecated actions being used + general improvements.
Diffstat (limited to '.github/workflows/ci-pr.yml')
| -rw-r--r-- | .github/workflows/ci-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index fa115e25..147bd4e2 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -26,7 +26,7 @@ jobs: - name: Get changed files id: get-changed-files - uses: tj-actions/changed-files@v27 + uses: tj-actions/changed-files@v35 with: separator: "," |
