Fokko commented on code in PR #12008:
URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921943661


##########
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##########
@@ -20,9 +20,8 @@
 name: Build and Push 'iceberg-rest-fixture' Docker Image
 
 on:
-  push:
-    tags:
-      - 'apache-iceberg-[0-9]+.[0-9]+.[0-9]+'
+  schedule:
+    - cron: '0 2 * * *' # run at 2 AM UTC

Review Comment:
   ```suggestion
     push:
       tags:
         - 'apache-iceberg-[0-9]+.[0-9]+.[0-9]+'
     schedule:
       - cron: '0 2 * * *' # run at 2 AM UTC
   ```



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to