diff --git a/.github/workflows/example-builds-nightly.yml b/.github/workflows/example-builds-nightly.yml index fb3aa9c..5c941f7 100644 --- a/.github/workflows/example-builds-nightly.yml +++ b/.github/workflows/example-builds-nightly.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '59 * * * *' + - cron: '37 17 * * *' jobs: test: @@ -22,9 +22,6 @@ jobs: steps: - uses: actions/checkout@v1.0.0 - - name: "Debugging info" - run: curl ifconfig.me - - name: "Install dependencies" run: | npm install