Skip to content

Commit

Permalink
Update feedtest.yml (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop authored Jan 2, 2025
1 parent 6e8035f commit 4a536d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feedtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Debug
run: echo "${{ toJson(github) }}"
testfeeds:
if: ${{ github.event_type == 'schedule' || contains(github.event.pull_request.labels.*.name, 'tasks:feed') }}
if: ${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'tasks:feed') }}
runs-on: ubuntu-latest
env:
YETI_REDIS_HOST: localhost
Expand Down

0 comments on commit 4a536d2

Please sign in to comment.