Skip to content

Commit

Permalink
yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Jan 27, 2025
1 parent 908bfa0 commit a60ae92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/rodbot.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
on:
issue_comment:
- if:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rodbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rodbot

on:
issue_comment:
types: [ "created" ]
types: ["created"]

jobs:
rodbot:
Expand All @@ -18,7 +18,7 @@ jobs:
cat $"GITHUB_EVENT_PATH"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ctron/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt-get install --no-install-recommends libudev-dev
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4.2.0
continue-on-error: true
with:
path: |
Expand Down

0 comments on commit a60ae92

Please sign in to comment.