hiett commited on
Commit
23031cf
·
1 Parent(s): 519222e

Clean up test workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -1
.github/workflows/test.yml CHANGED
@@ -1,9 +1,9 @@
1
  name: Test @upstash/redis compatability
2
  on:
 
3
  push:
4
  paths:
5
  - 'lib/**'
6
- workflow_dispatch:
7
  schedule:
8
  - cron: '0 12 * * *'
9
 
 
1
  name: Test @upstash/redis compatability
2
  on:
3
+ workflow_dispatch:
4
  push:
5
  paths:
6
  - 'lib/**'
 
7
  schedule:
8
  - cron: '0 12 * * *'
9