diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b4cc116..b791240 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,11 +1,12 @@ name: E2E on: - schedule: - - cron: '42 7 * * *' push: branches: - master pull_request: + workflow_dispatch: + schedule: + - cron: '42 7 * * *' defaults: run: @@ -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 diff --git a/.github/workflows/jslib.yml b/.github/workflows/jslib.yml index 558e7df..fe67516 100644 --- a/.github/workflows/jslib.yml +++ b/.github/workflows/jslib.yml @@ -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: