diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2dc8eb1d29b..16818a37cb2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -29,7 +29,7 @@ jobs: - name: Create requirements_diff file run: | - if [[ ${{ github.event_name }} ~= (schedule|workflow_dispatch) ]]; then + if [[ ${{ github.event_name }} =~ (schedule|workflow_dispatch) ]]; then touch requirements_diff.txt else curl -s -o requirements_diff.txt https://raw.githubusercontent.com/home-assistant/core/master/requirements.txt