From 410ad9c1887c20a694a9d4a4808b3f21f9968702 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:03:03 -0800 Subject: Update workflow YML files for renamed files (#5688) Recently we renamed a few files and directories and they should be reflected on the workflow YAML files. - LICENCE is a typo of LICENSE. - We recently created a new "LICENSES/" - CONTRIBUTION.md was renamed to CONTRIBUTING.md Closes #5686 --- .github/workflows/benchmark.yml | 10 ++++++---- .github/workflows/ci.yml | 10 ++++++---- .github/workflows/compile-regression-test.yml | 10 ++++++---- .github/workflows/ensure-pr-label.yml | 5 +++-- .github/workflows/falcor-compiler-perf-test.yml | 10 ++++++---- .github/workflows/falcor-test.yml | 10 ++++++---- .github/workflows/push-benchmark-results.yml | 5 +++-- .github/workflows/release.yml | 5 +++-- 8 files changed, 39 insertions(+), 26 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4feeebe74..3398c8425 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,15 +5,17 @@ on: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" pull_request: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af14f35d..675daaa9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,15 +5,17 @@ on: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" pull_request: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/compile-regression-test.yml b/.github/workflows/compile-regression-test.yml index cd9ef236f..f73ec2c50 100644 --- a/.github/workflows/compile-regression-test.yml +++ b/.github/workflows/compile-regression-test.yml @@ -5,15 +5,17 @@ on: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" pull_request: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ensure-pr-label.yml b/.github/workflows/ensure-pr-label.yml index cf5215063..8184efd72 100644 --- a/.github/workflows/ensure-pr-label.yml +++ b/.github/workflows/ensure-pr-label.yml @@ -4,8 +4,9 @@ on: types: [opened, labeled, unlabeled, synchronize] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" jobs: label: diff --git a/.github/workflows/falcor-compiler-perf-test.yml b/.github/workflows/falcor-compiler-perf-test.yml index 8e8969367..c7e395416 100644 --- a/.github/workflows/falcor-compiler-perf-test.yml +++ b/.github/workflows/falcor-compiler-perf-test.yml @@ -7,15 +7,17 @@ on: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" pull_request: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml index 33fe42262..ff9f2fb70 100644 --- a/.github/workflows/falcor-test.yml +++ b/.github/workflows/falcor-test.yml @@ -5,15 +5,17 @@ on: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" pull_request: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/push-benchmark-results.yml b/.github/workflows/push-benchmark-results.yml index 2c949a15a..acef247bb 100644 --- a/.github/workflows/push-benchmark-results.yml +++ b/.github/workflows/push-benchmark-results.yml @@ -5,8 +5,9 @@ on: branches: [master] paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bc5c497d..4eade6e90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,8 +8,9 @@ on: - master paths-ignore: - "docs/**" - - "LICENCE" - - "CONTRIBUTION.md" + - "LICENSES/**" + - "LICENSE" + - "CONTRIBUTING.md" - "README.md" tags: - "v*" -- cgit v1.2.3