Skip to content

Commit

Permalink
fix(ci): Fix workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jun 4, 2021
1 parent 6220873 commit fcdf5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
needs: main
if: ${{ github.event_name == 'push'}}
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0

Expand Down

0 comments on commit fcdf5c2

Please sign in to comment.