Skip to content

Commit

Permalink
PR to fix Web UI CI (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranpreet26311 authored Aug 17, 2022
1 parent 6974cce commit bd1dc76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/web-ui-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
with:
node-version: "16.x"
path: main

- name: Exit if not on master branch
if: endsWith(github.ref, 'master') == false
run: exit -1

- name: Install dependencies
run: cd main && npm install
Expand Down

0 comments on commit bd1dc76

Please sign in to comment.