Skip to content

Commit

Permalink
Update Moodle plugin CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 24, 2024
1 parent 8860e5d commit 8e6c37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Title of the workflow
name: Moodle Office 365 Plugin CI
name: Moodle Plugin CI

# Run this workflow every time a new commit pushed to your repository or PR
# created.
on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

services:
postgres:
Expand Down

0 comments on commit 8e6c37a

Please sign in to comment.