Skip to content

Commit

Permalink
ci: fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 14, 2023
1 parent 4205c6f commit f12e9f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: E2E
on:
schedule:
- cron: '42 7 * * *'
push:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: '42 7 * * *'

defaults:
run:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
GOPRIVATE="go.k6.io/k6" xk6 build latest \
--output ./k6ext \
--with github.com/anycable/xk6-anycable=.
--with github.com/anycable/xk6-cable=.
./k6ext version
- name: Run E2E test
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/jslib.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: JS test
on:
schedule:
- cron: '42 7 * * *'
push:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: '42 7 * * *'

defaults:
run:
Expand Down

0 comments on commit f12e9f8

Please sign in to comment.