Skip to content

Commit

Permalink
Fix workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimonus authored Jan 15, 2024
1 parent 4c404a7 commit a46e013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Moodle Plugin CI
name: moodle-plugin-ci

on: [push, pull_request]

Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:

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

0 comments on commit a46e013

Please sign in to comment.