This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
The following commit(s) were added to refs/heads/main by this push:
new 6025a46ede Fix skipping commit
6025a46ede is described below
commit 6025a46ede9d88826db42347a302a83db904c0ba
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat May 10 22:09:00 2025 +0200
Fix skipping commit
---
.github/workflows/s3-to-github.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/s3-to-github.yml
b/.github/workflows/s3-to-github.yml
index 97f1f0ed1f..93b98d2f28 100644
--- a/.github/workflows/s3-to-github.yml
+++ b/.github/workflows/s3-to-github.yml
@@ -34,7 +34,7 @@ on: # yamllint disable-line rule:truthy
default: "all"
type: string
commit-changes:
- description: "Commit changes to GitHub (forced to false if not main)"
+ description: "Commit changes to GitHub"
required: false
default: true
type: boolean
@@ -163,4 +163,4 @@ jobs:
git commit -m "Sync S3 to GitHub" || echo "No changes to commit"
git push --force origin main
working-directory: /mnt/cloned-airflow-site-archive
- if: inputs.commit-changes == 'true' && github.ref == 'refs/heads/main'
+ if: inputs.commit-changes == 'true'