Skip to content

Commit

Permalink
rm Slack integration.
Browse files Browse the repository at this point in the history
for now. let's bring it back when we have a plan for which channel to
report into.
  • Loading branch information
stopfstedt committed Jan 4, 2024
1 parent a8c8b2e commit 01c509e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
pull_request:
schedule:
- cron: '33 2 * * 1' # weekly, on Monday morning
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_ILIOS_DEPLOYMENT_WEBHOOK_URL }}

jobs:
test:
Expand Down Expand Up @@ -119,10 +117,4 @@ jobs:

- name: Mark cancelled jobs as failed.
if: ${{ cancelled() }}
run: exit 1

- uses: act10ns/[email protected]
with:
status: ${{ job.status }}
message: Moodle Plugin CI failed {{ env.GITHUB_SERVER_URL }}/{{ env.GITHUB_REPOSITORY }}/actions/runs/{{ env.GITHUB_RUN_ID }}
if: failure()
run: exit 1

0 comments on commit 01c509e

Please sign in to comment.