Skip to content

Commit

Permalink
Merge pull request #193 from compscidr/jason/test-action-triggering
Browse files Browse the repository at this point in the history
added triggered workflow
  • Loading branch information
compscidr committed Feb 2, 2024
2 parents 5a037ec + fbe155e commit 865dc60
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test Triggered Workflow
on:
workflow_run:
workflows: ["Test and Reports"]
types: ["completed"]

jobs:
on-success:
runs-on: ubuntu-latest
steps:
- name: Dummy Step
run: echo "got here"


0 comments on commit 865dc60

Please sign in to comment.