Skip to content

Commit

Permalink
Add consistent testing
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass authored and nkaskov committed Dec 28, 2023
1 parent e44dcfd commit f78d25f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/handle-syncwith.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Handle SyncWith tag

on:
pull_request:

concurrency:
group: ${{
( github.ref == 'refs/heads/master' && 'master' ) ||
format('{0}/{1}', github.workflow, github.ref) }}
cancel-in-progress: true

jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/[email protected]
with:
ci-cd-ref: 'v1.1.2'
secrets: inherit

0 comments on commit f78d25f

Please sign in to comment.