From 3585bedd26dfa4f5008162326e772d4fc7bc9f00 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:09:20 -0800 Subject: [PATCH] Update workflow YML files for renamed files 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(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4feeebe74c..3398c8425d 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 1af14f35d8..675daaa9fd 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 cd9ef236f0..f73ec2c506 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 cf5215063a..8184efd721 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 8e8969367b..c7e3954167 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 33fe42262b..ff9f2fb703 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 2c949a15a3..acef247bb5 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 8bc5c497d8..4eade6e909 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*"