Skip to content

Commit

Permalink
ci: fyx typos and remove commnets
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <[email protected]>
  • Loading branch information
outsideris committed Apr 4, 2021
1 parent f3a9d3d commit af8c9c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Browser Tests for foked PRs
name: Browser Tests for forked PRs
'on':
pull_request_target:
types:
Expand All @@ -22,8 +22,6 @@ jobs:
uses: actions/cache@v2
with:
path: '~/.npm'
# this key is different than above, since we are running scripts
# (builds, postinstall lifecycle hooks, etc.)
key: "ubuntu-latest-node-full-v14-${{ hashFiles('**/package-lock.json') }}"
restore-keys: |
ubuntu-latest-node-full-v14-
Expand Down

0 comments on commit af8c9c6

Please sign in to comment.