Skip to content

Commit

Permalink
Single-quotes inside expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Feb 9, 2024
1 parent 159ef87 commit 686acec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-run-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
compile_yml_check:
name: compile.yml Check
runs-on: ubuntu-22.04
if: ${{ github.event_name == "pull_request" }}
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout RTL repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
rdl_check:
name: RDL File Check
runs-on: ubuntu-22.04
if: ${{ github.event_name == "push" || (github.event_name == "pull_request" && github.base_ref == "main") }}
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main') }}
steps:
- name: Checkout RTL repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 686acec

Please sign in to comment.