Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 5, 2024
1 parent 148cc50 commit 330d7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Nightly Release Branch
on:
# remove the [] when this is turned on
schedule: []
schedule:
[]
# Run daily at 2:30am UTC
# - cron: '30 2 * * 1-5'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install xvfb
sudo apt-get install xvfb
- name: Install dependencies
run: npm ci
- name: Restore playwright from cache
Expand Down

0 comments on commit 330d7ab

Please sign in to comment.