Skip to content

Commit b292c8a

Browse files
committed
Change the names of the yml files
1 parent 62d45bb commit b292c8a

7 files changed

Lines changed: 12 additions & 12 deletions
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ on:
1616
- 'requirements.txt'
1717
- 'requirements_dev.txt'
1818
- '.github/workflows/build-docker-image.yml'
19-
- '.github/workflows/create_release.yml'
20-
- '.github/workflows/documentation.yml'
21-
- '.github/workflows/llvm-build.yml'
19+
- '.github/workflows/ascend-create_release.yml'
20+
- '.github/workflows/ascend-documentation.yml'
21+
- '.github/workflows/ascend-llvm-build.yml'
2222
- '.github/workflows/llvm-build/**'
23-
- '.github/workflows/pre-commit.yml'
24-
- '.github/workflows/runner-preparation.yml'
25-
- '.github/workflows/wheels.yml'
23+
- '.github/workflows/ascend-pre-commit.yml'
24+
- '.github/workflows/ascend-runner-preparation.yml'
25+
- '.github/workflows/ascend-wheels.yml'
2626
merge_group:
2727
branches: [main, 'release/**', '**-dev']
2828
types: [checks_requested]
@@ -36,7 +36,7 @@ permissions: read-all
3636
jobs:
3737

3838
runner-preparation:
39-
uses: ./.github/workflows/runner-preparation.yml
39+
uses: ./.github/workflows/ascend-runner-preparation.yml
4040

4141
integration-tests-ascend:
4242
needs: runner-preparation

.github/workflows/create_release.yml renamed to .github/workflows/ascend-create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
release:
1414
types: [published]
1515
pull_request:
16-
paths: [.github/workflows/create_release.yml]
16+
paths: [.github/workflows/ascend-create_release.yml]
1717

1818
jobs:
1919

.github/workflows/documentation.yml renamed to .github/workflows/ascend-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'docs/**/*.md'
77
- 'docs/**/*.mdx'
88
- 'docs/**/_toc.yaml'
9-
- '.github/workflows/documentation.yml'
9+
- '.github/workflows/ascend-documentation.yml'
1010
- '.github/docs-ci/**'
1111
# Manual full scans (checkAll) to surface errors in existing docs
1212
# that incremental PR runs never touch. These never block a PR.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
# paths:
88
# - cmake/llvm-hash.txt
99
# - third_party/ascend/patch/**
10-
# - .github/workflows/llvm-build.yml
10+
# - .github/workflows/ascend-llvm-build.yml
1111
# - .github/workflows/llvm-build/**
1212
# pull_request:
1313
# paths:
1414
# - cmake/llvm-hash.txt
1515
# - third_party/ascend/patch/**
16-
# - .github/workflows/llvm-build.yml
16+
# - .github/workflows/ascend-llvm-build.yml
1717
# - .github/workflows/llvm-build/**
1818
workflow_dispatch:
1919

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
# pull_request:
99
# paths:
10-
# - .github/workflows/wheels.yml
10+
# - .github/workflows/ascend-wheels.yml
1111
# schedule:
1212
# - cron: "0 8 * * *"
1313

0 commit comments

Comments
 (0)