Skip to content

Commit

Permalink
ci: u24 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Muransky committed Jun 5, 2024
1 parent fc717cc commit 5e49249
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: molecule test

on:
push:
# pull_request:
# branches:
# - main
# types: [opened, synchronize, reopened]
# paths:
# - 'defaults/**'
# - 'handlers/**'
# - 'molecule/**'
# - 'tasks/**'
# - 'templates/**'
# - 'vars/**'
# schedule:
# - cron: '0 1 1 * *'
# workflow_dispatch:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
paths:
- 'defaults/**'
- 'handlers/**'
- 'molecule/**'
- 'tasks/**'
- 'templates/**'
- 'vars/**'
schedule:
- cron: '0 1 1 * *'
workflow_dispatch:

jobs:
standalone:
Expand Down

0 comments on commit 5e49249

Please sign in to comment.