Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Dec 21, 2024
1 parent d121f18 commit 515b84e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/feedtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
pull_request:

jobs:
debug:
- name: Debug
run: echo "${{ toJson(github) }}"
testfeeds:
if: ${{ contains(github.event.pull_request.labels.*.name, 'tasks:feed') || github.event_type == 'schedule' }}
if: ${{ github.event_type == '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 515b84e

Please sign in to comment.