From ace2356e6a08566793df1bedc99c7fe881b76459 Mon Sep 17 00:00:00 2001 From: Frames White Date: Tue, 17 Oct 2023 16:30:43 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f054ead..a5aa08b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,8 +1,6 @@ name: CI # Run on master, tags, or any pull request on: - schedule: - - cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST) push: branches: [master] tags: ["*"] @@ -29,11 +27,6 @@ jobs: arch: x86 - os: windows-latest arch: x86 - include: - # Add a 1.5 job because that's what Invenia actually uses - - os: ubuntu-latest - version: 1.5 - arch: x64 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 @@ -58,22 +51,6 @@ jobs: with: file: lcov.info - slack: - name: Notify Slack Failure - needs: test - runs-on: ubuntu-latest - if: always() && github.event_name == 'schedule' - steps: - - uses: technote-space/workflow-conclusion-action@v2 - - uses: voxmedia/github-action-slack-notify-build@v1 - if: env.WORKFLOW_CONCLUSION == 'failure' - with: - channel: nightly-rse - status: FAILED - color: danger - env: - SLACK_BOT_TOKEN: ${{ secrets.RSE_SLACK_BOT_TOKEN }} - docs: name: Documentation runs-on: ubuntu-latest