diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2024-11-26 22:03:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-27 08:03:03 +0200 |
| commit | 410ad9c1887c20a694a9d4a4808b3f21f9968702 (patch) | |
| tree | 8a3a25374e638e7021831e50317691f493bdfeab /.github | |
| parent | 36ac8ff4ea8de86ccd517f87291d56b3c2cb7957 (diff) | |
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
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/benchmark.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/compile-regression-test.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/ensure-pr-label.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/falcor-compiler-perf-test.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/falcor-test.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/push-benchmark-results.yml | 5 | ||||
| -rw-r--r-- | .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 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*" |
