Skip to content

Commit

Permalink
Nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 10, 2022
1 parent e2c1b00 commit 663e1a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/parpe_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
# https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables
name: parPE tests
on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '48 4 * * *'

jobs:
container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 663e1a8

Please sign in to comment.