Skip to content

Commit

Permalink
ci: run main on pr event (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Dec 24, 2024
1 parent 20f5f31 commit a0ffc6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ permissions:

env:
CLOUDSTACK_API_URL: http://localhost:8080/client/api
#CLOUDSTACK_VERSIONS: "['4.18.2.5', '4.19.1.3', '4.20.0.0']"
CLOUDSTACK_VERSIONS: "['1.7.0']"
jobs:
prepare-matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: CI

"on":
on:
pull_request:
push:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from functools import partial
from unittest import TestCase
from unittest.mock import patch
from urllib.parse import urlparse, parse_qs
from urllib.parse import parse_qs, urlparse

from cs import (
CloudStack,
Expand Down

0 comments on commit a0ffc6a

Please sign in to comment.