Skip to content

Commit

Permalink
Rename sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Nov 6, 2023
1 parent e848011 commit 2372a3a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sanity-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sanity tests
concurrency:
group: ${{ github.head_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

0 comments on commit 2372a3a

Please sign in to comment.