mirror of
https://github.com/t2linux/fedora.git
synced 2026-04-30 13:51:42 -07:00
ci: Dependency is safe again
This commit is contained in:
+19
-19
@@ -27,25 +27,25 @@ jobs:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
# - name: Get changed files
|
||||
# id: changed-files
|
||||
# uses: tj-actions/changed-files@v41
|
||||
# with:
|
||||
# base_sha: ${{ steps.branch-name.outputs.base_ref_branch }}
|
||||
# files: |
|
||||
# kernel/*
|
||||
# t2linux-repos/*
|
||||
# t2linux-audio/*
|
||||
# t2linux-config/*
|
||||
# rust-arraydeque/*
|
||||
# rust-nonempty/*
|
||||
# rust-rust-ini0.20/*
|
||||
# t2fanrd/*
|
||||
# linux-apfs-rw/*
|
||||
# linux-apfs-rw-kmod/*
|
||||
# t2linux-scripts/*
|
||||
# t2linux-release/*
|
||||
# dir_names: "true"
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v44
|
||||
with:
|
||||
base_sha: ${{ steps.branch-name.outputs.base_ref_branch }}
|
||||
files: |
|
||||
kernel/*
|
||||
t2linux-repos/*
|
||||
t2linux-audio/*
|
||||
t2linux-config/*
|
||||
rust-arraydeque/*
|
||||
rust-nonempty/*
|
||||
rust-rust-ini0.20/*
|
||||
t2fanrd/*
|
||||
linux-apfs-rw/*
|
||||
linux-apfs-rw-kmod/*
|
||||
t2linux-scripts/*
|
||||
t2linux-release/*
|
||||
dir_names: "true"
|
||||
|
||||
- name: "Increase Disk Space"
|
||||
if: contains(steps.changed-files.outputs.modified_files, 'kernel')
|
||||
|
||||
@@ -27,12 +27,12 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# - name: Get changed files
|
||||
# id: changed-files
|
||||
# uses: tj-actions/changed-files@v41
|
||||
# with:
|
||||
# since_last_remote_commit: true
|
||||
# dir_names: "true"
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v44
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
dir_names: "true"
|
||||
|
||||
- name: "Trigger COPR webhook"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user