summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/okd/.github/workflows/sanity-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/okd/.github/workflows/sanity-tests.yml')
-rw-r--r--ansible_collections/community/okd/.github/workflows/sanity-tests.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/ansible_collections/community/okd/.github/workflows/sanity-tests.yml b/ansible_collections/community/okd/.github/workflows/sanity-tests.yml
new file mode 100644
index 000000000..49359de9b
--- /dev/null
+++ b/ansible_collections/community/okd/.github/workflows/sanity-tests.yml
@@ -0,0 +1,23 @@
+---
+name: Sanity tests
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
+on:
+ pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
+ branches:
+ - main
+ - stable-*
+ tags:
+ - '*'
+
+jobs:
+ sanity:
+ uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
+ with:
+ collection_pre_install: '-r source/tests/sanity/requirements.yml'