Skip to content

Commit

Permalink
cis: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jun 11, 2020
1 parent 6ddc59d commit b389519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Mark the job as a success
if: needs.tests.result == "success"
if: needs.tests.result == 'success'
run: exit 0
- name: Mark the job as a failure
if: needs.tests.result == "failure"
if: needs.tests.result == 'failure'
run: exit 1

0 comments on commit b389519

Please sign in to comment.