Skip to content

Commit

Permalink
fix: added missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 13, 2024
1 parent 019281b commit 8e4edab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install -U pip
pip install -r generators/requirements.txt
- if: github.event.pull_request.body==all
- if: github.event.pull_request.body == 'all'
name: Build all
env:
SH_INSTANCE_ID: ${{ secrets.SH_INSTANCE_ID }}
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
cd generators/
python generate_indicators.py
- if: github.event.pull_request.body!=all
- if: github.event.pull_request.body != 'all'
name: Build only specified collections
env:
SH_INSTANCE_ID: ${{ secrets.SH_INSTANCE_ID }}
Expand Down

0 comments on commit 8e4edab

Please sign in to comment.