Skip to content

Commit

Permalink
Revert VS Code recommended string quoting reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Oct 1, 2023
1 parent f767046 commit a946dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
all_checks:
name: Run all tests, lints, etc. (Python 3.12)
runs-on: ubuntu-latest
if: '!contains(github.event.head_commit.message, "[skip ci]")'
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- name: Check out repo
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
if: '!contains(github.event.head_commit.message, "[skip ci]")'
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- name: Check out repo
Expand Down

0 comments on commit a946dd3

Please sign in to comment.