Skip to content

Commit 5b8ca09

Browse files
ci: do not run molecule on pr
1 parent e0a52f6 commit 5b8ca09

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ name: molecule test
22

33
on:
44
push:
5-
branches:
6-
- develop
7-
pull_request:
85
branches:
96
- master
10-
- main
11-
types: [opened, synchronize, reopened]
7+
- develop
128
paths:
139
- 'defaults/**'
1410
- 'handlers/**'
@@ -86,7 +82,7 @@ jobs:
8682
- os: "rockylinux9"
8783
steps:
8884
- name: checkout
89-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
9086
with:
9187
path: "${{ github.repository }}"
9288

0 commit comments

Comments
 (0)