Skip to content

Commit

Permalink
fix: bad yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
amitNielsen committed Sep 19, 2020
1 parent 51344c2 commit 298fd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superset-python-dashboard-level-access.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Python unit tests
name: Feature Flag - Dashboard Level Access
name: Feature Flag - Dashboard Level Access

on: [push, pull_request]

Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
run: |
bash <(curl -s https://codecov.io/bash) -cF python
test-sqlite§
test-sqlite:
runs-on: ubuntu-18.04
strategy:
matrix:
Expand Down

0 comments on commit 298fd9a

Please sign in to comment.