From e8ca9f2595e4c15102b77d80158669a3c4d4656e Mon Sep 17 00:00:00 2001 From: Fernando Chorney Date: Wed, 20 Jan 2021 13:49:54 -0600 Subject: [PATCH] A few more fixes --- .github/workflows/CI.yml | 5 +---- .github/workflows/JuliaNightly.yml | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0eb6892..6433be8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -53,9 +53,6 @@ jobs: ${{ runner.os }}-${{ matrix.arch }}- ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@latest - - run: | - git config --global user.name Tester - git config --global user.email te@st.er - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1 @@ -66,7 +63,7 @@ jobs: name: Notify Slack Failure needs: test runs-on: ubuntu-latest - if: github.event == 'schedule' + if: always() && github.event_name == 'schedule' steps: - uses: technote-space/workflow-conclusion-action@v2 - uses: voxmedia/github-action-slack-notify-build@v1 diff --git a/.github/workflows/JuliaNightly.yml b/.github/workflows/JuliaNightly.yml index 4128452..351eec9 100644 --- a/.github/workflows/JuliaNightly.yml +++ b/.github/workflows/JuliaNightly.yml @@ -22,9 +22,6 @@ jobs: restore-keys: | ${{ env.cache-name }}- - uses: julia-actions/julia-buildpkg@latest - - run: | - git config --global user.name Tester - git config --global user.email te@st.er - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1