Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec authored Sep 9, 2024
1 parent 14eaa6d commit 1cc6161
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ name: Run tests

on:
push:
branches: [ "development", "master" ]
branches: [ "master" ]
pull_request:
branches: [ "development", "master" ]
schedule:
- cron: '0 0 * * *'

branches: [ "master" ]

jobs:
run:
uses: moosetechnology/.github/.github/workflows/run-tests.yml@main
with:
create-artifact: ${{ github.event_name == 'push' }} #Create artifact only after a push
image-name: MooseIDE
run-coverage: true

0 comments on commit 1cc6161

Please sign in to comment.