Skip to content

Commit

Permalink
Update workflow YML files for renamed files (#5688)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jkwak-work authored Nov 27, 2024
1 parent 36ac8ff commit 410ad9c
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 26 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/compile-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ensure-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
types: [opened, labeled, unlabeled, synchronize]
paths-ignore:
- "docs/**"
- "LICENCE"
- "CONTRIBUTION.md"
- "LICENSES/**"
- "LICENSE"
- "CONTRIBUTING.md"
- "README.md"
jobs:
label:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/falcor-compiler-perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/falcor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/push-benchmark-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
- master
paths-ignore:
- "docs/**"
- "LICENCE"
- "CONTRIBUTION.md"
- "LICENSES/**"
- "LICENSE"
- "CONTRIBUTING.md"
- "README.md"
tags:
- "v*"
Expand Down

0 comments on commit 410ad9c

Please sign in to comment.