This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/staging by this push:
new 54dec2bb80 Fix name of staging branch
54dec2bb80 is described below
commit 54dec2bb805a54282a28c91fe7e702ccba26d090
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 13 01:01:34 2025 +0200
Fix name of staging branch
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 13d25b359f..484e51d71a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -222,7 +222,7 @@ jobs:
GITHUB_COMMIT: ${{ github.sha }}
GITHUB_REF: ${{ github.ref }}
if: >
- (github.ref == 'refs/heads/main' || github.ref ==
'refs/head/stging') &&
+ (github.ref == 'refs/heads/main' || github.ref ==
'refs/head/staging') &&
github.repository == 'apache/airflow-site' &&
(github.event_name == 'push' || github.event_name ==
'workflow_dispatch')
run: |