Skip to content

Commit

Permalink
Update regression_pyuvm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npatsiatzis committed Aug 30, 2023
1 parent 30c7488 commit ca3151e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/regression_pyuvm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: pyuvm Regression Tests
on: [push]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
run_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca3151e

Please sign in to comment.