We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73ed10 commit 5e74b79Copy full SHA for 5e74b79
.github/workflows/build-images.yml
@@ -81,7 +81,7 @@ jobs:
81
github.event.pull_request.head.sha ||
82
github.sha
83
}}"
84
- if: github.repository == 'apache/airflow'
+ # if: github.repository == 'apache/airflow'
85
steps:
86
- name: "Cleanup repo"
87
shell: bash
0 commit comments