generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 157
Cleanup GitHub workflows #655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
756e703
Cleanup gha
GomathiselviS e848011
test by removing matrix excludes
GomathiselviS 2372a3a
Rename sanity tests
GomathiselviS 0748264
trigger integration tests
GomathiselviS 587a8a7
Fix ansible-lint workflow
GomathiselviS 38e0711
Fix concurrency
GomathiselviS 17317cf
Add ansible-lint config
GomathiselviS 7fb75d0
Add ansible-lint config
GomathiselviS 30e306b
Fix integration and lint issues
GomathiselviS 7eec169
integration wf
GomathiselviS 1e4ba48
fix yamllint issues
GomathiselviS bc4c0b8
fix yamllint issues
GomathiselviS 6817b0e
update readme and add ignore-2.16.txt
GomathiselviS 8fc5758
fix ansible-doc
GomathiselviS 03ff14e
Add version
GomathiselviS eb0389c
Use /dev/random to generate random data
gravesm f46421e
Fix saniry errors
GomathiselviS 90fd34a
test github_action fix
GomathiselviS c24e254
Address review comments
GomathiselviS f8eb747
Remove default types
GomathiselviS d2c05f0
review comments
GomathiselviS f54e814
isort fixes
GomathiselviS ed0425b
remove tags
GomathiselviS 27df26c
Add setuptools to venv
GomathiselviS c4d46fe
Test gh changes
GomathiselviS 76b6602
update changelog
GomathiselviS 6696308
update ignore-2.16
GomathiselviS 06fac5c
Fix indentation in inventory plugin example
gravesm 10968de
Update .github/workflows/integration-tests.yaml
abikouo 7d75533
Update integration-tests.yaml
abikouo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove default types
- Loading branch information
commit f8eb747ace9f1bf4d34d267425c697cc69a75269
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,10 +5,6 @@ concurrency: | |
|
|
||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| branches: | ||
| - main | ||
| - stable-* | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,6 @@ | ||
| name: Integration tests | ||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| branches: | ||
| - main | ||
| - stable-* | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,10 +6,6 @@ concurrency: | |
|
|
||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| branches: | ||
| - main | ||
| - stable-* | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,10 +6,6 @@ concurrency: | |
|
|
||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| branches: | ||
| - main | ||
| - stable-* | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,10 +5,6 @@ concurrency: | |
|
|
||
| on: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| branches: | ||
| - main | ||
| - stable-* | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.