Skip to content

Commit

Permalink
missed a key
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 8, 2025
1 parent 0c17469 commit 3f92aaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ env:
jobs:
frontend-build:
runs-on: ubuntu-24.04
should-run: ${{ steps.check.outputs.frontend }}
outputs:
should-run: ${{ steps.check.outputs.frontend }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3f92aaa

Please sign in to comment.