Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Use single quotes in action job (Lightning-AI#10579)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored and Raalsky committed Nov 23, 2021
1 parent 97d0820 commit d70d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/probot-auto-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
auto-cc:
runs-on: ubuntu-latest
if: github.event_name == "issue" || github.event.pull_request.draft == false
if: github.event_name == 'issue' || github.event.pull_request.draft == false
steps:
- uses: carmocca/probot@v1
env:
Expand Down

0 comments on commit d70d264

Please sign in to comment.