Skip to content

Commit

Permalink
Add workflows to test Strudel
Browse files Browse the repository at this point in the history
  • Loading branch information
benrugg committed Dec 5, 2024
1 parent adb2aa5 commit fbd07eb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/run_strudel_for_logs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run strudel-for-logs
on:
push:
branches:
- "**"
- "!main"
jobs:
run-strudel-for-logs:
uses: strudelbots/strudel-public/.github/workflows/[email protected]
with:
master_branch: main
secrets:
strudel_access_key: ${{ secrets.STRUDEL_ACCESS_KEY_ID }}
strudel_secret_key: ${{ secrets.STRUDEL_SECRET_KEY }}

permissions:
actions: write
contents: write
15 changes: 15 additions & 0 deletions .github/workflows/strudel-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: run strudel-test
on:
workflow_dispatch:
push:
branches:
- "**"
- (!main)
jobs:
run-strudel-test:
uses: strudelbots/strudel-public/.github/workflows/[email protected]
with:
master_branch: main
secrets:
strudel_access_key: ${{ secrets.STRUDEL_ACCESS_KEY_ID }}
strudel_secret_key: ${{ secrets.STRUDEL_SECRET_KEY }}

0 comments on commit fbd07eb

Please sign in to comment.