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
commit 8c81c5568432be2ffd60b5442f7062454b479eb8 Author: Jarek Potiuk <ja...@potiuk.com> 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: |