Skip to content

Commit

Permalink
ci: add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanbulck committed Jan 2, 2025
1 parent 4abb889 commit 5a85f2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Sancus examples
on:
push:
# run on manual trigger
workflow_dispatch:
pull_request:
# trigger a cron job every monday at 8am
schedule:
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
example: dma
- core: sancus
example: atomic-violation
# issue #22
- example: fileio

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5a85f2b

Please sign in to comment.