kou commented on issue #47819:
URL: https://github.com/apache/arrow/issues/47819#issuecomment-3403769372
Ah, the cancel isn't expected...
Nit: Pushing to `release-22.0.0-rc0` event (not PR event) and pushing
`apache-arrow-22.0.0-rc0` tag event are conflicted.
How about this?
```diff
diff --git a/.github/workflows/package_linux.yml
b/.github/workflows/package_linux.yml
index f39ca02bf5..7596961586 100644
--- a/.github/workflows/package_linux.yml
+++ b/.github/workflows/package_linux.yml
@@ -22,6 +22,7 @@ on:
branches:
- '**'
- '!dependabot/**'
+ - '!release-*'
paths:
- '.github/workflows/check_labels.yml'
- '.github/workflows/package_linux.yml'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]