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.git
The following commit(s) were added to refs/heads/main by this push:
new d25b1945a6 Fixed a small typo in self-hosted (#31464)
d25b1945a6 is described below
commit d25b1945a6a6c2f8421295a5e5cc6a4debcd70a9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon May 22 21:49:13 2023 +0200
Fixed a small typo in self-hosted (#31464)
Follow-up after #31463
---
.github/workflows/build-images.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-images.yml
b/.github/workflows/build-images.yml
index a13aac6721..c5a3a96a45 100644
--- a/.github/workflows/build-images.yml
+++ b/.github/workflows/build-images.yml
@@ -238,7 +238,7 @@ jobs:
needs.build-info.outputs.image-build == 'true' &&
needs.build-info.outputs.upgrade-to-newer-dependencies != 'false' &&
github.event.pull_request.head.repo.full_name != 'apache/airflow' &&
- needs.build-info.outputs.runs-on == 'self-hosted`
+ needs.build-info.outputs.runs-on == 'self-hosted'
env:
DEFAULT_BRANCH: ${{ needs.build-info.outputs.default-branch }}
DEFAULT_CONSTRAINTS_BRANCH: ${{
needs.build-info.outputs.default-constraints-branch }}