Skip to content

Commit

Permalink
Merge pull request #32 from TestingOrgCS/christosservos-patch-16
Browse files Browse the repository at this point in the history
Create call_external_wflow.yml
  • Loading branch information
christosservos authored Nov 14, 2023
2 parents 121e41b + 1b01358 commit ff31b84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/call_external_wflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
workflow_dispatch:
push:


jobs:

test_hori_functionality:
runs-on: ubuntu-latest
steps:
- name: test hori!
uses: TestingOrgCS/hori/.github/workflows/call_wf_from_base_repo.yml@main
with:
token: ${{ secrets.GH_TOKEN }}

0 comments on commit ff31b84

Please sign in to comment.