Skip to content
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

testing new flow #29

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/call-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Call Publish Workflow

on:
push:
branches:
- main # Runs only on push (merge) to main

jobs:
call-publish:
uses: splunk-soar-connectors/.github/.github/workflows/publish.yml@main
13 changes: 13 additions & 0 deletions .github/workflows/call-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Call Push Workflow

on:
pull_request:
branches-ignore:
- main # Runs only on non-main branches
types:
- opened # When a new PR is opened
- synchronize # When a new commit is pushed to the PR branch

jobs:
call-push:
uses: splunk-soar-connectors/.github/.github/workflows/push.yml@tapishj/PAPP-35484
20 changes: 0 additions & 20 deletions .github/workflows/generate-doc.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/linting.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/review-release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/start-release.yml

This file was deleted.

Loading