mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix compare syntax (#50451)
This commit is contained in:
parent
bc9f0caf4a
commit
236f138ab7
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user