Skip to content

Commit

Permalink
Remove selective checks from the "release workflow" (apache#24655)
Browse files Browse the repository at this point in the history
Missed that one too :(
  • Loading branch information
potiuk authored Jun 25, 2022
1 parent ac10402 commit 47f54b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release_dockerhub_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,17 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: "Setup python"
uses: actions/setup-python@v2
with:
# We do not have output from selective checks yet, so we need to hardcode python
python-version: 3.7
cache: 'pip'
cache-dependency-path: ./dev/breeze/setup*
- run: ./scripts/ci/install_breeze.sh
- name: Selective checks
id: selective-checks
run: ./scripts/ci/selective_ci_checks.sh
run: breeze selective-check
release-images:
timeout-minutes: 120
name: "Release images: ${{ github.event.inputs.airflowVersion }}, ${{ matrix.python-version }}"
Expand Down

0 comments on commit 47f54b6

Please sign in to comment.