Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 6, 2024
1 parent 6890c8d commit 79506b4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ env:

jobs:

check-settings:
runs-on: ubuntu-latest
steps:
do-stuff:
run: |
echo "inputs.deploy_docs: ${{ inputs.deploy_docs }}"
echo "inputs.deploy_docs == true: ${{ inputs.deploy_docs == true }}"
echo "github.event_name: ${{ github.event_name }}"
docs-build:
needs:
- conda-python-build
- check-settings
uses: ./.github/workflows/docs-build.yaml
with:
script: "ci/build_docs.sh"
Expand Down

0 comments on commit 79506b4

Please sign in to comment.