diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8230b53..d90086b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -53,7 +53,7 @@ jobs: with: ref: nightly # - run: nix build -L --no-link ".#charon" - - run: false + - run: true eurydice: needs: update-flake @@ -114,7 +114,7 @@ jobs: - name: send zulip info message uses: slackapi/slack-github-action@v1.25.0 - if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} + # if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} with: payload: | { "text": ${{ toJSON(env.MSG) }} } @@ -122,7 +122,8 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.ZULIP_WEBHOOK_URL }} - name: send zulip error message - if: ${{ failure() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }} + if: ${{ failure() }} + # if: ${{ failure() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }} uses: slackapi/slack-github-action@v1.25.0 with: payload: |