The GitHub Actions job "Tests ARM" on airflow.git/v3-0-test has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
d902c7f3a325f9eb7259221370356988156ee8b1 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-0-test] Improve condition for pushing the cache for images (#54415) (#54418)

While we refreshed the cache in main for schedule and workflow_dispatch
so far, it seems that v3-0-test cache had not been refreshed because
there `canary` builds work as `push` jobs.

This PR adds `push` event to trigger the cache push as well - this
should work fine because there is also the "canary" flag and we do
not run "push" events for "main" branch.

We could have removed the check for event types, but we really only
want to run cache update on "true" canary runs not those that are
triggered by pull_request and canary label.
(cherry picked from commit 8b95f63075cf2c883983128cab0cf3387008a0b9)

Co-authored-by: Jarek Potiuk <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/16915222418

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to