Skip to content

Commit

Permalink
debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavprajapatiFynd committed Jan 10, 2024
1 parent 88f3cfa commit 6c1e1e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/on_release_create.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Temporarily commented out
on:
release:
types: [created]

# on:
# release:
# types: [created]

# jobs:
# call-workflow:
# uses: ./.github/workflows/call_test_cases.yml
jobs:
call-workflow:
uses: ./.github/workflows/call_test_cases.yml


# publish-package-npm:
# needs: call-workflow
# runs-on: ubuntu-latest
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test_actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test Workflow

on:
release:
types: [created]
push:
branches:
- 'test_github_action'

jobs:
tests:
uses: ./.github/workflows/call_test_cases.yml

0 comments on commit 6c1e1e0

Please sign in to comment.