Skip to content

Commit

Permalink
no synced file(s) with dgibbs64/repo-sync (#17)
Browse files Browse the repository at this point in the history
* no synced local '.github/workflows/galaxy.yml' with remote 'ansible/.github/workflows/galaxy.yml'

* no synced local '.github/workflows/molecule.yml' with remote 'ansible/.github/workflows/molecule.yml'

* no synced local '.yamllint.yml' with remote 'ansible/.yamllint.yml'
  • Loading branch information
dgibbs64 committed Jun 28, 2023
1 parent 36b2eda commit aa57f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- "main"
- "master"
tags:
- "*"

concurrency:
group: ${{ github.ref_name }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- "repo-sync/**"
- "main"
- "master"
pull_request:
branches-ignore:
- "repo-sync/**"
schedule:
- cron: "16 0 * * 0"

Expand Down
1 change: 1 addition & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ extends: default
rules:
line-length: disable
comments: disable
braces: disable

ignore: |
.github

0 comments on commit aa57f79

Please sign in to comment.