Skip to content

Commit 54b8176

Browse files
authored
Fix unexpected "tags" in build-wheels-aarch64-linux.yml (#19023)
### Summary Fixes invalid `tags` key in `build-wheels-aarch64-linux.yml`, see also https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax?utm_source=chatgpt.com#onpull_requestpull_request_targetbranchesbranches-ignore. ### Test plan Not applicable
1 parent a79521b commit 54b8176

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-wheels-aarch64-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12-
tags:
13-
- ciflow/binaries/*
1412
push:
1513
branches:
1614
- nightly

.github/workflows/build-wheels-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12-
tags:
13-
- ciflow/binaries/*
1412
push:
1513
branches:
1614
- nightly

.github/workflows/build-wheels-macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12-
tags:
13-
- ciflow/binaries/*
1412
push:
1513
branches:
1614
- nightly

.github/workflows/build-wheels-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
- examples/**/*
99
- pyproject.toml
1010
- setup.py
11-
tags:
12-
- ciflow/binaries/*
1311
push:
1412
branches:
1513
- nightly

0 commit comments

Comments
 (0)